Html Css Color HEX #0FD09A Caribbean Green

📋 copy color: '#0FD09A'

red 15 ◦ green 208 ◦ blue 154

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

Shades of Caribbean Green #0FD09A

Tints of Caribbean Green #0FD09A

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 value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#0FD09A (or 0x0FD09A) is known color: 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

RGB 15 208 154 -
CMYK 0.93 0 0.26 0.18
HSL 163.21º 0.87% 0.44% -
HSV(B) 163.21º 0.93% 0.82% -
XYZ 28.59 47.55 38.24 -
YUV 144.14 133.56 35.89 -
System Red Green Blue C M Y K H S L
Decimal 15 208 154 0.93 0 0.26 0.18 163.21 0.87 0.44
Hex F D0 9A 5D 0 1A 12 A3 57 2C
Octal 17 320 232 135 0 32 22 243 127 54
Binary 1111 11010000 10011010 1011101 0 11010 10010 10100011 1010111 101100

Color Harmonies of #0FD09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD09A

Black with #0FD09A

Text Example


Text Example

White with #0FD09A

Text Example


Text Example

HTML Codes & Css Web 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>