Html Css Color HEX #0FDE96 Caribbean Green

📋 copy color: '#0FDE96'

red 15 ◦ green 222 ◦ blue 150

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

Shades of Caribbean Green #0FDE96

Tints of Caribbean Green #0FDE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 3.88%
G = 57.36%
B = 38.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#0FDE96 (or 0x0FDE96) is known color: Caribbean Green. HEX triplet: 0F, DE and 96. RGB value is (15,222,150). Sum of RGB (Red+Green+Blue) = 15+222+150=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 222 (87.11% from 255 or 57.36% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE96 is #F02169. Grayscale: #979797. Windows color (decimal): -15737194 or 9887247. OLE color: 9887247.

HSL color Cylindrical-coordinate representation of color #0FDE96: hue angle of 159.13º 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 #0FDE96 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 222 150 -
CMYK 0.93 0 0.32 0.13
HSL 159.13º 0.87% 0.46% -
HSV(B) 159.13º 0.93% 0.87% -
XYZ 31.82 54.55 37.71 -
YUV 151.9 126.92 30.35 -
System Red Green Blue C M Y K H S L
Decimal 15 222 150 0.93 0 0.32 0.13 159.13 0.87 0.46
Hex F DE 96 5D 0 20 D 9F 57 2E
Octal 17 336 226 135 0 40 15 237 127 56
Binary 1111 11011110 10010110 1011101 0 100000 1101 10011111 1010111 101110

Color Harmonies of #0FDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE96

Black with #0FDE96

Text Example


Text Example

White with #0FDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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