Html Css Color HEX #01D29A Caribbean Green

📋 copy color: '#01D29A'

red 1 ◦ green 210 ◦ blue 154

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

Shades of Caribbean Green #01D29A

Tints of Caribbean Green #01D29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.53%

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

R = 0.27%
G = 57.53%
B = 42.19%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#01D29A (or 0x01D29A) is known color: Caribbean Green. HEX triplet: 01, D2 and 9A. RGB value is (1,210,154). Sum of RGB (Red+Green+Blue) = 1+210+154=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #01D29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D29A is #FE2D65. Grayscale: #8D8D8D. Windows color (decimal): -16657766 or 10146305. OLE color: 10146305.

HSL color Cylindrical-coordinate representation of color #01D29A: hue angle of 163.92º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D29A is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 154 -
CMYK 1.00 0 0.27 0.18
HSL 163.92º 0.99% 0.41% -
HSV(B) 163.92º 1% 0.82% -
XYZ 28.89 48.43 38.4 -
YUV 141.13 135.26 28.05 -
System Red Green Blue C M Y K H S L
Decimal 1 210 154 1.00 0 0.27 0.18 163.92 0.99 0.41
Hex 1 D2 9A 64 0 1B 12 A4 63 29
Octal 1 322 232 144 0 33 22 244 143 51
Binary 1 11010010 10011010 1100100 0 11011 10010 10100100 1100011 101001

Color Harmonies of #01D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D29A

Black with #01D29A

Text Example


Text Example

White with #01D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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