#0fd284

Color #0FD284 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0FD284

Tints of Caribbean Green #0FD284

Color information

#0FD284 (or 0x0FD284) is unknown color: approx Caribbean Green. HEX triplet: 0F, D2 and 84. RGB value is (15,210,132). Sum of RGB (Red+Green+Blue) = 15+210+132=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD284 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD284 is #F02D7B. Grayscale: #8E8E8E. Windows color (decimal): -15740284 or 8704527. OLE color: 8704527.

HSL color Cylindrical-coordinate representation of color #0FD284: hue angle of 156º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD284 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB15210132-
CMYK0.9300.370.18
HSL156º86.67%44.12%-
HSV(B)156º92.86%82.35%-
XYZ27.4147.8629.62-
YUV142.8121.936.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 210 (82.42% from 255) = 58.82%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=4.20%
G=58.82%
B=36.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152101320.9300.370.1815686.6744.12
HexFD2845D025129c572c
Octal173222041350452223412754
Binary111111010010100001001011101010010110010100111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fd284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0fd284; }

 p { color: rgb(15,210,132); }

 H1.HeaderClassName
 {
   color: #0fd284;
 }
 .AnyTagClassName
 {
   color: #0fd284;
 }
</style>
background-color css

<style>
 a { background-color: #0fd284; }

 a { background-color: rgb(15,210,132); }

 div.DivClassName
 {
   background-color: #0fd284;
 }
 .BgClassName
 {
   background-color: #0fd284;
 }
</style>
border-color css

<style>
 span { border-color: #0fd284; }

 span { border-color: rgb(15,210,132); }

 td.TdClassName
 {
   border-color: #0fd284;
 }
 .TagClassName
 {
   border-color: #0fd284;
 }
</style>