Html Css Color HEX #0FE295 Caribbean Green

📋 copy color: '#0FE295'

red 15 ◦ green 226 ◦ blue 149

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

Shades of Caribbean Green #0FE295

Tints of Caribbean Green #0FE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 57.95%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 3.85%
G = 57.95%
B = 38.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#0FE295 (or 0x0FE295) is known color: Caribbean Green. HEX triplet: 0F, E2 and 95. RGB value is (15,226,149). Sum of RGB (Red+Green+Blue) = 15+226+149=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 226 (88.67% from 255 or 57.95% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE295 is #F01D6A. Grayscale: #9A9A9A. Windows color (decimal): -15736171 or 9822735. OLE color: 9822735.

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

Color convert

RGB 15 226 149 -
CMYK 0.93 0 0.34 0.11
HSL 158.1º 0.88% 0.47% -
HSV(B) 158.1º 0.93% 0.89% -
XYZ 32.82 56.66 37.64 -
YUV 154.13 125.1 28.76 -
System Red Green Blue C M Y K H S L
Decimal 15 226 149 0.93 0 0.34 0.11 158.1 0.88 0.47
Hex F E2 95 5D 0 22 B 9E 58 2F
Octal 17 342 225 135 0 42 13 236 130 57
Binary 1111 11100010 10010101 1011101 0 100010 1011 10011110 1011000 101111

Color Harmonies of #0FE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE295

Black with #0FE295

Text Example


Text Example

White with #0FE295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,226,149); }

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

background-color css

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

 a { background-color: rgb(15,226,149); }

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

border-color css

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

 span { border-color: rgb(15,226,149); }

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