Html Css Color HEX #01CA76 Jade

📋 copy color: '#01CA76'

red 1 ◦ green 202 ◦ blue 118

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

Shades of Jade #01CA76

Tints of Jade #01CA76

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.93%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 0.31%
G = 62.93%
B = 36.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#01CA76 (or 0x01CA76) is known color: Jade. HEX triplet: 01, CA and 76. RGB value is (1,202,118). Sum of RGB (Red+Green+Blue) = 1+202+118=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA76 is #FE3589. Grayscale: #848484. Windows color (decimal): -16659850 or 7784961. OLE color: 7784961.

HSL color Cylindrical-coordinate representation of color #01CA76: hue angle of 154.93º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA76 is Cyan = 1.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 118 -
CMYK 1.00 0 0.42 0.21
HSL 154.93º 0.99% 0.4% -
HSV(B) 154.93º 1% 0.79% -
XYZ 24.4 43.56 24.26 -
YUV 132.33 119.91 34.33 -
System Red Green Blue C M Y K H S L
Decimal 1 202 118 1.00 0 0.42 0.21 154.93 0.99 0.4
Hex 1 CA 76 64 0 2A 15 9B 63 28
Octal 1 312 166 144 0 52 25 233 143 50
Binary 1 11001010 1110110 1100100 0 101010 10101 10011011 1100011 101000

Color Harmonies of #01CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA76

Black with #01CA76

Text Example


Text Example

White with #01CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,118); }

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

background-color css

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

 a { background-color: rgb(1,202,118); }

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

border-color css

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

 span { border-color: rgb(1,202,118); }

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