Html Css Color HEX #01C29F Caribbean Green

📋 copy color: '#01C29F'

red 1 ◦ green 194 ◦ blue 159

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

Shades of Caribbean Green #01C29F

Tints of Caribbean Green #01C29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.8%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 0.28%
G = 54.8%
B = 44.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#01C29F (or 0x01C29F) is known color: Caribbean Green. HEX triplet: 01, C2 and 9F. RGB value is (1,194,159). Sum of RGB (Red+Green+Blue) = 1+194+159=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #01C29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C29F is #FE3D60. Grayscale: #848484. Windows color (decimal): -16661857 or 10469889. OLE color: 10469889.

HSL color Cylindrical-coordinate representation of color #01C29F: hue angle of 169.12º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C29F is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 159 -
CMYK 0.99 0 0.18 0.24
HSL 169.12º 0.99% 0.38% -
HSV(B) 169.12º 0.99% 0.76% -
XYZ 25.56 41.09 39.39 -
YUV 132.3 143.06 34.35 -
System Red Green Blue C M Y K H S L
Decimal 1 194 159 0.99 0 0.18 0.24 169.12 0.99 0.38
Hex 1 C2 9F 63 0 12 18 A9 63 26
Octal 1 302 237 143 0 22 30 251 143 46
Binary 1 11000010 10011111 1100011 0 10010 11000 10101001 1100011 100110

Color Harmonies of #01C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C29F

Black with #01C29F

Text Example


Text Example

White with #01C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,159); }

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

background-color css

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

 a { background-color: rgb(1,194,159); }

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

border-color css

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

 span { border-color: rgb(1,194,159); }

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