Html Css Color HEX #01C499 Caribbean Green

📋 copy color: '#01C499'

red 1 ◦ green 196 ◦ blue 153

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

Shades of Caribbean Green #01C499

Tints of Caribbean Green #01C499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56%

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

R = 0.29%
G = 56%
B = 43.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#01C499 (or 0x01C499) is known color: Caribbean Green. HEX triplet: 01, C4 and 99. RGB value is (1,196,153). Sum of RGB (Red+Green+Blue) = 1+196+153=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #01C499 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C499 is #FE3B66. Grayscale: #848484. Windows color (decimal): -16661351 or 10077185. OLE color: 10077185.

HSL color Cylindrical-coordinate representation of color #01C499: hue angle of 166.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C499 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 196 153 -
CMYK 0.99 0 0.22 0.23
HSL 166.77º 0.99% 0.39% -
HSV(B) 166.77º 0.99% 0.77% -
XYZ 25.5 41.79 36.86 -
YUV 132.79 139.4 34 -
System Red Green Blue C M Y K H S L
Decimal 1 196 153 0.99 0 0.22 0.23 166.77 0.99 0.39
Hex 1 C4 99 63 0 16 17 A7 63 27
Octal 1 304 231 143 0 26 27 247 143 47
Binary 1 11000100 10011001 1100011 0 10110 10111 10100111 1100011 100111

Color Harmonies of #01C499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C499

Black with #01C499

Text Example


Text Example

White with #01C499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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