Html Css Color HEX #0FC095 Caribbean Green

📋 copy color: '#0FC095'

red 15 ◦ green 192 ◦ blue 149

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

Shades of Caribbean Green #0FC095

Tints of Caribbean Green #0FC095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.93%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 4.21%
G = 53.93%
B = 41.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#0FC095 (or 0x0FC095) is known color: Caribbean Green. HEX triplet: 0F, C0 and 95. RGB value is (15,192,149). Sum of RGB (Red+Green+Blue) = 15+192+149=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC095 is #F03F6A. Grayscale: #868686. Windows color (decimal): -15744875 or 9814031. OLE color: 9814031.

HSL color Cylindrical-coordinate representation of color #0FC095: hue angle of 165.42º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC095 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 149 -
CMYK 0.92 0 0.22 0.25
HSL 165.42º 0.86% 0.41% -
HSV(B) 165.42º 0.92% 0.75% -
XYZ 24.47 39.97 34.86 -
YUV 134.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 15 192 149 0.92 0 0.22 0.25 165.42 0.86 0.41
Hex F C0 95 5C 0 16 19 A5 56 29
Octal 17 300 225 134 0 26 31 245 126 51
Binary 1111 11000000 10010101 1011100 0 10110 11001 10100101 1010110 101001

Color Harmonies of #0FC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC095

Black with #0FC095

Text Example


Text Example

White with #0FC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,149); }

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

background-color css

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

 a { background-color: rgb(15,192,149); }

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

border-color css

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

 span { border-color: rgb(15,192,149); }

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