Html Css Color HEX #0FE19B Caribbean Green

📋 copy color: '#0FE19B'

red 15 ◦ green 225 ◦ blue 155

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

Shades of Caribbean Green #0FE19B

Tints of Caribbean Green #0FE19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 3.8%
G = 56.96%
B = 39.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#0FE19B (or 0x0FE19B) is known color: Caribbean Green. HEX triplet: 0F, E1 and 9B. RGB value is (15,225,155). Sum of RGB (Red+Green+Blue) = 15+225+155=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE19B is #F01E64. Grayscale: #9A9A9A. Windows color (decimal): -15736421 or 10215695. OLE color: 10215695.

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

Color convert

RGB 15 225 155 -
CMYK 0.93 0 0.31 0.12
HSL 160º 0.88% 0.47% -
HSV(B) 160º 0.93% 0.88% -
XYZ 33.04 56.32 40.14 -
YUV 154.23 128.43 28.69 -
System Red Green Blue C M Y K H S L
Decimal 15 225 155 0.93 0 0.31 0.12 160 0.88 0.47
Hex F E1 9B 5D 0 1F C A0 58 2F
Octal 17 341 233 135 0 37 14 240 130 57
Binary 1111 11100001 10011011 1011101 0 11111 1100 10100000 1011000 101111

Color Harmonies of #0FE19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE19B

Black with #0FE19B

Text Example


Text Example

White with #0FE19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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