Html Css Color HEX #01E09B Caribbean Green

📋 copy color: '#01E09B'

red 1 ◦ green 224 ◦ blue 155

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

Shades of Caribbean Green #01E09B

Tints of Caribbean Green #01E09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.95%

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

R = 0.26%
G = 58.95%
B = 40.79%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#01E09B (or 0x01E09B) is known color: Caribbean Green. HEX triplet: 01, E0 and 9B. RGB value is (1,224,155). Sum of RGB (Red+Green+Blue) = 1+224+155=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #01E09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E09B is #FE1F64. Grayscale: #959595. Windows color (decimal): -16654181 or 10215425. OLE color: 10215425.

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

Color convert

RGB 1 224 155 -
CMYK 1.00 0 0.31 0.12
HSL 161.44º 0.99% 0.44% -
HSV(B) 161.44º 1% 0.88% -
XYZ 32.58 55.68 40.04 -
YUV 149.46 131.12 22.11 -
System Red Green Blue C M Y K H S L
Decimal 1 224 155 1.00 0 0.31 0.12 161.44 0.99 0.44
Hex 1 E0 9B 64 0 1F C A1 63 2C
Octal 1 340 233 144 0 37 14 241 143 54
Binary 1 11100000 10011011 1100100 0 11111 1100 10100001 1100011 101100

Color Harmonies of #01E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E09B

Black with #01E09B

Text Example


Text Example

White with #01E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,224,155); }

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

background-color css

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

 a { background-color: rgb(1,224,155); }

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

border-color css

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

 span { border-color: rgb(1,224,155); }

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