Html Css Color HEX #0FE3A9 Caribbean Green

📋 copy color: '#0FE3A9'

red 15 ◦ green 227 ◦ blue 169

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

Shades of Caribbean Green #0FE3A9

Tints of Caribbean Green #0FE3A9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.23%

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 3.65%
G = 55.23%
B = 41.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#0FE3A9 (or 0x0FE3A9) is known color: Caribbean Green. HEX triplet: 0F, E3 and A9. RGB value is (15,227,169). Sum of RGB (Red+Green+Blue) = 15+227+169=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE3A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE3A9 is #F01C56. Grayscale: #9D9D9D. Windows color (decimal): -15735895 or 11133711. OLE color: 11133711.

HSL color Cylindrical-coordinate representation of color #0FE3A9: hue angle of 163.58º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE3A9 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 227 169 -
CMYK 0.93 0 0.26 0.11
HSL 163.58º 0.88% 0.47% -
HSV(B) 163.58º 0.93% 0.89% -
XYZ 34.83 57.9 46.88 -
YUV 157 134.76 26.72 -
System Red Green Blue C M Y K H S L
Decimal 15 227 169 0.93 0 0.26 0.11 163.58 0.88 0.47
Hex F E3 A9 5D 0 1A B A4 58 2F
Octal 17 343 251 135 0 32 13 244 130 57
Binary 1111 11100011 10101001 1011101 0 11010 1011 10100100 1011000 101111

Color Harmonies of #0FE3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE3A9

Black with #0FE3A9

Text Example


Text Example

White with #0FE3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,227,169); }

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

background-color css

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

 a { background-color: rgb(15,227,169); }

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

border-color css

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

 span { border-color: rgb(15,227,169); }

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