Html Css Color HEX #0FDE86 Caribbean Green

📋 copy color: '#0FDE86'

red 15 ◦ green 222 ◦ blue 134

#0FDE86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0FDE86

Tints of Caribbean Green #0FDE86

RGB

 RED value IS 15 (6.25% from 255) = 4.04%

 GREEN value IS 222 (87.11% from 255) = 59.84%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 4.04%
G = 59.84%
B = 36.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#0FDE86 (or 0x0FDE86) is known color: Caribbean Green. HEX triplet: 0F, DE and 86. RGB value is (15,222,134). Sum of RGB (Red+Green+Blue) = 15+222+134=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE86 is #F02179. Grayscale: #969696. Windows color (decimal): -15737210 or 8838671. OLE color: 8838671.

HSL color Cylindrical-coordinate representation of color #0FDE86: hue angle of 154.49º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE86 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 222 134 -
CMYK 0.93 0 0.40 0.13
HSL 154.49º 0.87% 0.46% -
HSV(B) 154.49º 0.93% 0.87% -
XYZ 30.62 54.07 31.38 -
YUV 150.08 118.92 31.66 -
System Red Green Blue C M Y K H S L
Decimal 15 222 134 0.93 0 0.40 0.13 154.49 0.87 0.46
Hex F DE 86 5D 0 28 D 9A 57 2E
Octal 17 336 206 135 0 50 15 232 127 56
Binary 1111 11011110 10000110 1011101 0 101000 1101 10011010 1010111 101110

Color Harmonies of #0FDE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE86

Black with #0FDE86

Text Example


Text Example

White with #0FDE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,134); }

 H1.HeaderClassName
 {
   color: #0FDE86;
 }
 .AnyTagClassName
 {
   color: #0FDE86;
 }
</style>

background-color css

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

 a { background-color: rgb(15,222,134); }

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

border-color css

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

 span { border-color: rgb(15,222,134); }

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