Html Css Color HEX #0FDE94 Caribbean Green

📋 copy color: '#0FDE94'

red 15 ◦ green 222 ◦ blue 148

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

Shades of Caribbean Green #0FDE94

Tints of Caribbean Green #0FDE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 3.9%
G = 57.66%
B = 38.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#0FDE94 (or 0x0FDE94) is known color: Caribbean Green. HEX triplet: 0F, DE and 94. RGB value is (15,222,148). Sum of RGB (Red+Green+Blue) = 15+222+148=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE94 is #F0216B. Grayscale: #979797. Windows color (decimal): -15737196 or 9756175. OLE color: 9756175.

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

Color convert

RGB 15 222 148 -
CMYK 0.93 0 0.33 0.13
HSL 158.55º 0.87% 0.46% -
HSV(B) 158.55º 0.93% 0.87% -
XYZ 31.66 54.48 36.86 -
YUV 151.67 125.92 30.52 -
System Red Green Blue C M Y K H S L
Decimal 15 222 148 0.93 0 0.33 0.13 158.55 0.87 0.46
Hex F DE 94 5D 0 21 D 9F 57 2E
Octal 17 336 224 135 0 41 15 237 127 56
Binary 1111 11011110 10010100 1011101 0 100001 1101 10011111 1010111 101110

Color Harmonies of #0FDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE94

Black with #0FDE94

Text Example


Text Example

White with #0FDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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