Html Css Color HEX #01CA77 Jade

📋 copy color: '#01CA77'

red 1 ◦ green 202 ◦ blue 119

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

Shades of Jade #01CA77

Tints of Jade #01CA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 0.31%
G = 62.73%
B = 36.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#01CA77 (or 0x01CA77) is known color: Jade. HEX triplet: 01, CA and 77. RGB value is (1,202,119). Sum of RGB (Red+Green+Blue) = 1+202+119=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA77 is #FE3588. Grayscale: #848484. Windows color (decimal): -16659849 or 7850497. OLE color: 7850497.

HSL color Cylindrical-coordinate representation of color #01CA77: hue angle of 155.22º 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 #01CA77 is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 119 -
CMYK 1.00 0 0.41 0.21
HSL 155.22º 0.99% 0.4% -
HSV(B) 155.22º 1% 0.79% -
XYZ 24.46 43.58 24.58 -
YUV 132.44 120.41 34.25 -
System Red Green Blue C M Y K H S L
Decimal 1 202 119 1.00 0 0.41 0.21 155.22 0.99 0.4
Hex 1 CA 77 64 0 29 15 9B 63 28
Octal 1 312 167 144 0 51 25 233 143 50
Binary 1 11001010 1110111 1100100 0 101001 10101 10011011 1100011 101000

Color Harmonies of #01CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA77

Black with #01CA77

Text Example


Text Example

White with #01CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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