Html Css Color HEX #01C399 Caribbean Green

📋 copy color: '#01C399'

red 1 ◦ green 195 ◦ blue 153

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

Shades of Caribbean Green #01C399

Tints of Caribbean Green #01C399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.87%

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 0.29%
G = 55.87%
B = 43.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#01C399 (or 0x01C399) is known color: Caribbean Green. HEX triplet: 01, C3 and 99. RGB value is (1,195,153). Sum of RGB (Red+Green+Blue) = 1+195+153=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #01C399 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C399 is #FE3C66. Grayscale: #848484. Windows color (decimal): -16661607 or 10076929. OLE color: 10076929.

HSL color Cylindrical-coordinate representation of color #01C399: hue angle of 167.01º 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 #01C399 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 153 -
CMYK 0.99 0 0.22 0.24
HSL 167.01º 0.99% 0.38% -
HSV(B) 167.01º 0.99% 0.76% -
XYZ 25.28 41.34 36.78 -
YUV 132.21 139.73 34.42 -
System Red Green Blue C M Y K H S L
Decimal 1 195 153 0.99 0 0.22 0.24 167.01 0.99 0.38
Hex 1 C3 99 63 0 16 18 A7 63 26
Octal 1 303 231 143 0 26 30 247 143 46
Binary 1 11000011 10011001 1100011 0 10110 11000 10100111 1100011 100110

Color Harmonies of #01C399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C399

Black with #01C399

Text Example


Text Example

White with #01C399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,153); }

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

background-color css

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

 a { background-color: rgb(1,195,153); }

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

border-color css

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

 span { border-color: rgb(1,195,153); }

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