Html Css Color HEX #04AB6B Jade

📋 copy color: '#04AB6B'

red 4 ◦ green 171 ◦ blue 107

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

Shades of Jade #04AB6B

Tints of Jade #04AB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 1.42%
G = 60.64%
B = 37.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#04AB6B (or 0x04AB6B) is known color: Jade. HEX triplet: 04, AB and 6B. RGB value is (4,171,107). Sum of RGB (Red+Green+Blue) = 4+171+107=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB6B is #FB5494. Grayscale: #717171. Windows color (decimal): -16471189 or 7056132. OLE color: 7056132.

HSL color Cylindrical-coordinate representation of color #04AB6B: hue angle of 157.01º 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 #04AB6B is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 171 107 -
CMYK 0.98 0 0.37 0.33
HSL 157.01º 0.95% 0.34% -
HSV(B) 157.01º 0.98% 0.67% -
XYZ 17.27 30.21 18.83 -
YUV 113.77 124.17 49.7 -
System Red Green Blue C M Y K H S L
Decimal 4 171 107 0.98 0 0.37 0.33 157.01 0.95 0.34
Hex 4 AB 6B 62 0 25 21 9D 5F 22
Octal 4 253 153 142 0 45 41 235 137 42
Binary 100 10101011 1101011 1100010 0 100101 100001 10011101 1011111 100010

Color Harmonies of #04AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB6B

Black with #04AB6B

Text Example


Text Example

White with #04AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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