Html Css Color HEX #01C496 Caribbean Green

📋 copy color: '#01C496'

red 1 ◦ green 196 ◦ blue 150

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

Shades of Caribbean Green #01C496

Tints of Caribbean Green #01C496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 0.29%
G = 56.48%
B = 43.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#01C496 (or 0x01C496) is known color: Caribbean Green. HEX triplet: 01, C4 and 96. RGB value is (1,196,150). Sum of RGB (Red+Green+Blue) = 1+196+150=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #01C496 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C496 is #FE3B69. Grayscale: #848484. Windows color (decimal): -16661354 or 9880577. OLE color: 9880577.

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

Color convert

RGB 1 196 150 -
CMYK 0.99 0 0.23 0.23
HSL 165.85º 0.99% 0.39% -
HSV(B) 165.85º 0.99% 0.77% -
XYZ 25.26 41.69 35.57 -
YUV 132.45 137.9 34.24 -
System Red Green Blue C M Y K H S L
Decimal 1 196 150 0.99 0 0.23 0.23 165.85 0.99 0.39
Hex 1 C4 96 63 0 17 17 A6 63 27
Octal 1 304 226 143 0 27 27 246 143 47
Binary 1 11000100 10010110 1100011 0 10111 10111 10100110 1100011 100111

Color Harmonies of #01C496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C496

Black with #01C496

Text Example


Text Example

White with #01C496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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