Html Css Color HEX #0FE195 Caribbean Green

📋 copy color: '#0FE195'

red 15 ◦ green 225 ◦ blue 149

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

Shades of Caribbean Green #0FE195

Tints of Caribbean Green #0FE195

RGB

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

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

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

R = 3.86%
G = 57.84%
B = 38.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#0FE195 (or 0x0FE195) is known color: Caribbean Green. HEX triplet: 0F, E1 and 95. RGB value is (15,225,149). Sum of RGB (Red+Green+Blue) = 15+225+149=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE195 is #F01E6A. Grayscale: #999999. Windows color (decimal): -15736427 or 9822479. OLE color: 9822479.

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

Color convert

RGB 15 225 149 -
CMYK 0.93 0 0.34 0.12
HSL 158.29º 0.88% 0.47% -
HSV(B) 158.29º 0.93% 0.88% -
XYZ 32.55 56.12 37.55 -
YUV 153.55 125.43 29.18 -
System Red Green Blue C M Y K H S L
Decimal 15 225 149 0.93 0 0.34 0.12 158.29 0.88 0.47
Hex F E1 95 5D 0 22 C 9E 58 2F
Octal 17 341 225 135 0 42 14 236 130 57
Binary 1111 11100001 10010101 1011101 0 100010 1100 10011110 1011000 101111

Color Harmonies of #0FE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE195

Black with #0FE195

Text Example


Text Example

White with #0FE195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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