Html Css Color HEX #01A06C Jade

📋 copy color: '#01A06C'

red 1 ◦ green 160 ◦ blue 108

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

Shades of Jade #01A06C

Tints of Jade #01A06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.48%

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 0.37%
G = 59.48%
B = 40.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#01A06C (or 0x01A06C) is known color: Jade. HEX triplet: 01, A0 and 6C. RGB value is (1,160,108). Sum of RGB (Red+Green+Blue) = 1+160+108=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #01A06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A06C is #FE5F93. Grayscale: #6A6A6A. Windows color (decimal): -16670612 or 7118849. OLE color: 7118849.

HSL color Cylindrical-coordinate representation of color #01A06C: hue angle of 160.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A06C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 160 108 -
CMYK 0.99 0 0.32 0.37
HSL 160.38º 0.99% 0.32% -
HSV(B) 160.38º 0.99% 0.63% -
XYZ 15.29 26.23 18.44 -
YUV 106.53 128.82 52.73 -
System Red Green Blue C M Y K H S L
Decimal 1 160 108 0.99 0 0.32 0.37 160.38 0.99 0.32
Hex 1 A0 6C 63 0 20 25 A0 63 20
Octal 1 240 154 143 0 40 45 240 143 40
Binary 1 10100000 1101100 1100011 0 100000 100101 10100000 1100011 100000

Color Harmonies of #01A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A06C

Black with #01A06C

Text Example


Text Example

White with #01A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,108); }

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

background-color css

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

 a { background-color: rgb(1,160,108); }

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

border-color css

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

 span { border-color: rgb(1,160,108); }

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