Html Css Color HEX #0FD09C Caribbean Green

📋 copy color: '#0FD09C'

red 15 ◦ green 208 ◦ blue 156

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

Shades of Caribbean Green #0FD09C

Tints of Caribbean Green #0FD09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.88%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 3.96%
G = 54.88%
B = 41.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#0FD09C (or 0x0FD09C) is known color: Caribbean Green. HEX triplet: 0F, D0 and 9C. RGB value is (15,208,156). Sum of RGB (Red+Green+Blue) = 15+208+156=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD09C is #F02F63. Grayscale: #909090. Windows color (decimal): -15740772 or 10276879. OLE color: 10276879.

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

Color convert

RGB 15 208 156 -
CMYK 0.93 0 0.25 0.18
HSL 163.83º 0.87% 0.44% -
HSV(B) 163.83º 0.93% 0.82% -
XYZ 28.75 47.61 39.13 -
YUV 144.37 134.56 35.73 -
System Red Green Blue C M Y K H S L
Decimal 15 208 156 0.93 0 0.25 0.18 163.83 0.87 0.44
Hex F D0 9C 5D 0 19 12 A4 57 2C
Octal 17 320 234 135 0 31 22 244 127 54
Binary 1111 11010000 10011100 1011101 0 11001 10010 10100100 1010111 101100

Color Harmonies of #0FD09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD09C

Black with #0FD09C

Text Example


Text Example

White with #0FD09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,156); }

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

background-color css

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

 a { background-color: rgb(15,208,156); }

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

border-color css

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

 span { border-color: rgb(15,208,156); }

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