Html Css Color HEX #04AB65 Jade

📋 copy color: '#04AB65'

red 4 ◦ green 171 ◦ blue 101

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

Shades of Jade #04AB65

Tints of Jade #04AB65

RGB

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

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

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

R = 1.45%
G = 61.96%
B = 36.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#04AB65 (or 0x04AB65) is known color: Jade. HEX triplet: 04, AB and 65. RGB value is (4,171,101). Sum of RGB (Red+Green+Blue) = 4+171+101=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB65 is #FB549A. Grayscale: #717171. Windows color (decimal): -16471195 or 6662916. OLE color: 6662916.

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

Color convert

RGB 4 171 101 -
CMYK 0.98 0 0.41 0.33
HSL 154.85º 0.95% 0.34% -
HSV(B) 154.85º 0.98% 0.67% -
XYZ 16.96 30.09 17.23 -
YUV 113.09 121.17 50.19 -
System Red Green Blue C M Y K H S L
Decimal 4 171 101 0.98 0 0.41 0.33 154.85 0.95 0.34
Hex 4 AB 65 62 0 29 21 9B 5F 22
Octal 4 253 145 142 0 51 41 233 137 42
Binary 100 10101011 1100101 1100010 0 101001 100001 10011011 1011111 100010

Color Harmonies of #04AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB65

Black with #04AB65

Text Example


Text Example

White with #04AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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