Html Css Color HEX #01E18A Caribbean Green

📋 copy color: '#01E18A'

red 1 ◦ green 225 ◦ blue 138

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

Shades of Caribbean Green #01E18A

Tints of Caribbean Green #01E18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 0.27%
G = 61.81%
B = 37.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#01E18A (or 0x01E18A) is known color: Caribbean Green. HEX triplet: 01, E1 and 8A. RGB value is (1,225,138). Sum of RGB (Red+Green+Blue) = 1+225+138=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #01E18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E18A is #FE1E75. Grayscale: #949494. Windows color (decimal): -16653942 or 9101569. OLE color: 9101569.

HSL color Cylindrical-coordinate representation of color #01E18A: hue angle of 156.7º 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 #01E18A is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 138 -
CMYK 1.00 0 0.39 0.12
HSL 156.7º 0.99% 0.44% -
HSV(B) 156.7º 1% 0.88% -
XYZ 31.53 55.69 33.13 -
YUV 148.11 122.29 23.07 -
System Red Green Blue C M Y K H S L
Decimal 1 225 138 1.00 0 0.39 0.12 156.7 0.99 0.44
Hex 1 E1 8A 64 0 27 C 9D 63 2C
Octal 1 341 212 144 0 47 14 235 143 54
Binary 1 11100001 10001010 1100100 0 100111 1100 10011101 1100011 101100

Color Harmonies of #01E18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E18A

Black with #01E18A

Text Example


Text Example

White with #01E18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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