#0FC09A

Color #0FC09A Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0FC09A

Tints of Caribbean Green #0FC09A

Color information

#0FC09A (or 0x0FC09A) is unknown color: approx Caribbean Green. HEX triplet: 0F, C0 and 9A. RGB value is (15,192,154). Sum of RGB (Red+Green+Blue) = 15+192+154=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09A is #F03F65. Grayscale: #868686. Windows color (decimal): -15744870 or 10141711. OLE color: 10141711.

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

Color convert

RGB15192154-
CMYK0.9200.200.25
HSL167.12º85.51%40.59%-
HSV(B)167.12º92.19%75.29%-
XYZ24.8840.1337.01-
YUV134.74138.8642.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 192 (75.39% from 255) = 53.19%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=4.16%
G=53.19%
B=42.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151921540.9200.200.25167.1285.5140.59
HexFC09A5C01419a75629
Octal173002321340243124712651
Binary11111100000010011010101110001010011001101001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FC09A;
 }
 .AnyTagClassName
 {
   color: #0FC09A;
 }
</style>
background-color css

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

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

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

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

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

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