Html Css Color HEX #0FE196 Caribbean Green

📋 copy color: '#0FE196'

red 15 ◦ green 225 ◦ blue 150

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

Shades of Caribbean Green #0FE196

Tints of Caribbean Green #0FE196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 3.85%
G = 57.69%
B = 38.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#0FE196 (or 0x0FE196) is known color: Caribbean Green. HEX triplet: 0F, E1 and 96. RGB value is (15,225,150). Sum of RGB (Red+Green+Blue) = 15+225+150=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE196 is #F01E69. Grayscale: #999999. Windows color (decimal): -15736426 or 9888015. OLE color: 9888015.

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

Color convert

RGB 15 225 150 -
CMYK 0.93 0 0.33 0.12
HSL 158.57º 0.88% 0.47% -
HSV(B) 158.57º 0.93% 0.88% -
XYZ 32.63 56.15 37.97 -
YUV 153.66 125.93 29.1 -
System Red Green Blue C M Y K H S L
Decimal 15 225 150 0.93 0 0.33 0.12 158.57 0.88 0.47
Hex F E1 96 5D 0 21 C 9F 58 2F
Octal 17 341 226 135 0 41 14 237 130 57
Binary 1111 11100001 10010110 1011101 0 100001 1100 10011111 1011000 101111

Color Harmonies of #0FE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE196

Black with #0FE196

Text Example


Text Example

White with #0FE196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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