Html Css Color HEX #01A765 Jade

📋 copy color: '#01A765'

red 1 ◦ green 167 ◦ blue 101

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

Shades of Jade #01A765

Tints of Jade #01A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 62.08%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 0.37%
G = 62.08%
B = 37.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#01A765 (or 0x01A765) is known color: Jade. HEX triplet: 01, A7 and 65. RGB value is (1,167,101). Sum of RGB (Red+Green+Blue) = 1+167+101=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 167 (65.62% from 255 or 62.08% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 167 - color contains mainly: green. Hex color #01A765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A765 is #FE589A. Grayscale: #6D6D6D. Windows color (decimal): -16668827 or 6661889. OLE color: 6661889.

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

Color convert

RGB 1 167 101 -
CMYK 0.99 0 0.40 0.35
HSL 156.14º 0.99% 0.33% -
HSV(B) 156.14º 0.99% 0.65% -
XYZ 16.18 28.58 16.98 -
YUV 109.84 123 50.37 -
System Red Green Blue C M Y K H S L
Decimal 1 167 101 0.99 0 0.40 0.35 156.14 0.99 0.33
Hex 1 A7 65 63 0 28 23 9C 63 21
Octal 1 247 145 143 0 50 43 234 143 41
Binary 1 10100111 1100101 1100011 0 101000 100011 10011100 1100011 100001

Color Harmonies of #01A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A765

Black with #01A765

Text Example


Text Example

White with #01A765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,167,101); }

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

background-color css

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

 a { background-color: rgb(1,167,101); }

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

border-color css

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

 span { border-color: rgb(1,167,101); }

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