#0FD09A

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

Shades of Caribbean Green #0FD09A

Tints of Caribbean Green #0FD09A

Color information

#0FD09A (or 0x0FD09A) is unknown color: approx Caribbean Green. HEX triplet: 0F, D0 and 9A. RGB value is (15,208,154). Sum of RGB (Red+Green+Blue) = 15+208+154=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD09A is #F02F65. Grayscale: #909090. Windows color (decimal): -15740774 or 10145807. OLE color: 10145807.

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

Color convert

RGB15208154-
CMYK0.9300.260.18
HSL163.21º86.55%43.73%-
HSV(B)163.21º92.79%81.57%-
XYZ28.5947.5538.24-
YUV144.14133.5635.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.98%
GREEN value IS 208 (81.64% from 255) = 55.17%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=3.98%
G=55.17%
B=40.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152081540.9300.260.18163.2186.5543.73
HexFD09A5D01A12a3572c
Octal173202321350322224312754
Binary11111101000010011010101110101101010010101000111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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