Html Css Color HEX #0FCF9D Caribbean Green

📋 copy color: '#0FCF9D'

red 15 ◦ green 207 ◦ blue 157

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

Shades of Caribbean Green #0FCF9D

Tints of Caribbean Green #0FCF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.62%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 3.96%
G = 54.62%
B = 41.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#0FCF9D (or 0x0FCF9D) is known color: Caribbean Green. HEX triplet: 0F, CF and 9D. RGB value is (15,207,157). Sum of RGB (Red+Green+Blue) = 15+207+157=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF9D is #F03062. Grayscale: #8F8F8F. Windows color (decimal): -15741027 or 10342159. OLE color: 10342159.

HSL color Cylindrical-coordinate representation of color #0FCF9D: hue angle of 164.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF9D is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 157 -
CMYK 0.93 0 0.24 0.19
HSL 164.38º 0.86% 0.44% -
HSV(B) 164.38º 0.93% 0.81% -
XYZ 28.6 47.16 39.49 -
YUV 143.89 135.39 36.07 -
System Red Green Blue C M Y K H S L
Decimal 15 207 157 0.93 0 0.24 0.19 164.38 0.86 0.44
Hex F CF 9D 5D 0 18 13 A4 56 2C
Octal 17 317 235 135 0 30 23 244 126 54
Binary 1111 11001111 10011101 1011101 0 11000 10011 10100100 1010110 101100

Color Harmonies of #0FCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF9D

Black with #0FCF9D

Text Example


Text Example

White with #0FCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,157); }

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

background-color css

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

 a { background-color: rgb(15,207,157); }

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

border-color css

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

 span { border-color: rgb(15,207,157); }

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