Html Css Color HEX #0FDC91 Caribbean Green

📋 copy color: '#0FDC91'

red 15 ◦ green 220 ◦ blue 145

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

Shades of Caribbean Green #0FDC91

Tints of Caribbean Green #0FDC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.89%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 3.95%
G = 57.89%
B = 38.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#0FDC91 (or 0x0FDC91) is known color: Caribbean Green. HEX triplet: 0F, DC and 91. RGB value is (15,220,145). Sum of RGB (Red+Green+Blue) = 15+220+145=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDC91 is #F0236E. Grayscale: #969696. Windows color (decimal): -15737711 or 9559055. OLE color: 9559055.

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

Color convert

RGB 15 220 145 -
CMYK 0.93 0 0.34 0.14
HSL 158.05º 0.87% 0.46% -
HSV(B) 158.05º 0.93% 0.86% -
XYZ 30.9 53.33 35.45 -
YUV 150.16 125.08 31.6 -
System Red Green Blue C M Y K H S L
Decimal 15 220 145 0.93 0 0.34 0.14 158.05 0.87 0.46
Hex F DC 91 5D 0 22 E 9E 57 2E
Octal 17 334 221 135 0 42 16 236 127 56
Binary 1111 11011100 10010001 1011101 0 100010 1110 10011110 1010111 101110

Color Harmonies of #0FDC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC91

Black with #0FDC91

Text Example


Text Example

White with #0FDC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,145); }

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

background-color css

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

 a { background-color: rgb(15,220,145); }

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

border-color css

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

 span { border-color: rgb(15,220,145); }

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