Html Css Color HEX #01A56A Jade

📋 copy color: '#01A56A'

red 1 ◦ green 165 ◦ blue 106

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

Shades of Jade #01A56A

Tints of Jade #01A56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.66%

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 0.37%
G = 60.66%
B = 38.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#01A56A (or 0x01A56A) is known color: Jade. HEX triplet: 01, A5 and 6A. RGB value is (1,165,106). Sum of RGB (Red+Green+Blue) = 1+165+106=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #01A56A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A56A is #FE5A95. Grayscale: #6D6D6D. Windows color (decimal): -16669334 or 6989057. OLE color: 6989057.

HSL color Cylindrical-coordinate representation of color #01A56A: hue angle of 158.41º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A56A is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 165 106 -
CMYK 0.99 0 0.36 0.35
HSL 158.41º 0.99% 0.33% -
HSV(B) 158.41º 0.99% 0.65% -
XYZ 16.07 27.96 18.19 -
YUV 109.24 126.17 50.8 -
System Red Green Blue C M Y K H S L
Decimal 1 165 106 0.99 0 0.36 0.35 158.41 0.99 0.33
Hex 1 A5 6A 63 0 24 23 9E 63 21
Octal 1 245 152 143 0 44 43 236 143 41
Binary 1 10100101 1101010 1100011 0 100100 100011 10011110 1100011 100001

Color Harmonies of #01A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A56A

Black with #01A56A

Text Example


Text Example

White with #01A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,106); }

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

background-color css

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

 a { background-color: rgb(1,165,106); }

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

border-color css

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

 span { border-color: rgb(1,165,106); }

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