Html Css Color HEX #04AB6A Jade

📋 copy color: '#04AB6A'

red 4 ◦ green 171 ◦ blue 106

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

Shades of Jade #04AB6A

Tints of Jade #04AB6A

RGB

 RED value IS 4 (1.95% from 255) = 1.42%

 GREEN value IS 171 (67.19% from 255) = 60.85%

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

R = 1.42%
G = 60.85%
B = 37.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#04AB6A (or 0x04AB6A) is known color: Jade. HEX triplet: 04, AB and 6A. RGB value is (4,171,106). Sum of RGB (Red+Green+Blue) = 4+171+106=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB6A is #FB5495. Grayscale: #717171. Windows color (decimal): -16471190 or 6990596. OLE color: 6990596.

HSL color Cylindrical-coordinate representation of color #04AB6A: hue angle of 156.65º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB6A is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 171 106 -
CMYK 0.98 0 0.38 0.33
HSL 156.65º 0.95% 0.34% -
HSV(B) 156.65º 0.98% 0.67% -
XYZ 17.21 30.19 18.56 -
YUV 113.66 123.67 49.79 -
System Red Green Blue C M Y K H S L
Decimal 4 171 106 0.98 0 0.38 0.33 156.65 0.95 0.34
Hex 4 AB 6A 62 0 26 21 9D 5F 22
Octal 4 253 152 142 0 46 41 235 137 42
Binary 100 10101011 1101010 1100010 0 100110 100001 10011101 1011111 100010

Color Harmonies of #04AB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB6A

Black with #04AB6A

Text Example


Text Example

White with #04AB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AB6A; }

 p { color: rgb(4,171,106); }

 H1.HeaderClassName
 {
   color: #04AB6A;
 }
 .AnyTagClassName
 {
   color: #04AB6A;
 }
</style>

background-color css

<style>
 a { background-color: #04AB6A; }

 a { background-color: rgb(4,171,106); }

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

border-color css

<style>
 span { border-color: #04AB6A; }

 span { border-color: rgb(4,171,106); }

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