Html Css Color HEX #01E19A Caribbean Green

📋 copy color: '#01E19A'

red 1 ◦ green 225 ◦ blue 154

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

Shades of Caribbean Green #01E19A

Tints of Caribbean Green #01E19A

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 0.26%
G = 59.21%
B = 40.53%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#01E19A (or 0x01E19A) is known color: Caribbean Green. HEX triplet: 01, E1 and 9A. RGB value is (1,225,154). Sum of RGB (Red+Green+Blue) = 1+225+154=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #01E19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E19A is #FE1E65. Grayscale: #959595. Windows color (decimal): -16653926 or 10150145. OLE color: 10150145.

HSL color Cylindrical-coordinate representation of color #01E19A: hue angle of 160.98º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E19A is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 154 -
CMYK 1.00 0 0.32 0.12
HSL 160.98º 0.99% 0.44% -
HSV(B) 160.98º 1% 0.88% -
XYZ 32.77 56.19 39.69 -
YUV 149.93 130.29 21.77 -
System Red Green Blue C M Y K H S L
Decimal 1 225 154 1.00 0 0.32 0.12 160.98 0.99 0.44
Hex 1 E1 9A 64 0 20 C A1 63 2C
Octal 1 341 232 144 0 40 14 241 143 54
Binary 1 11100001 10011010 1100100 0 100000 1100 10100001 1100011 101100

Color Harmonies of #01E19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E19A

Black with #01E19A

Text Example


Text Example

White with #01E19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E19A; }

 p { color: rgb(1,225,154); }

 H1.HeaderClassName
 {
   color: #01E19A;
 }
 .AnyTagClassName
 {
   color: #01E19A;
 }
</style>

background-color css

<style>
 a { background-color: #01E19A; }

 a { background-color: rgb(1,225,154); }

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

border-color css

<style>
 span { border-color: #01E19A; }

 span { border-color: rgb(1,225,154); }

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