Html Css Color HEX #0FE18E Caribbean Green

📋 copy color: '#0FE18E'

red 15 ◦ green 225 ◦ blue 142

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

Shades of Caribbean Green #0FE18E

Tints of Caribbean Green #0FE18E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.9%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 3.93%
G = 58.9%
B = 37.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#0FE18E (or 0x0FE18E) is known color: Caribbean Green. HEX triplet: 0F, E1 and 8E. RGB value is (15,225,142). Sum of RGB (Red+Green+Blue) = 15+225+142=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE18E is #F01E71. Grayscale: #989898. Windows color (decimal): -15736434 or 9363727. OLE color: 9363727.

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

Color convert

RGB 15 225 142 -
CMYK 0.93 0 0.37 0.12
HSL 156.29º 0.88% 0.47% -
HSV(B) 156.29º 0.93% 0.88% -
XYZ 32 55.9 34.7 -
YUV 152.75 121.93 29.75 -
System Red Green Blue C M Y K H S L
Decimal 15 225 142 0.93 0 0.37 0.12 156.29 0.88 0.47
Hex F E1 8E 5D 0 25 C 9C 58 2F
Octal 17 341 216 135 0 45 14 234 130 57
Binary 1111 11100001 10001110 1011101 0 100101 1100 10011100 1011000 101111

Color Harmonies of #0FE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE18E

Black with #0FE18E

Text Example


Text Example

White with #0FE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,225,142); }

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

background-color css

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

 a { background-color: rgb(15,225,142); }

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

border-color css

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

 span { border-color: rgb(15,225,142); }

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