Html Css Color HEX #04A466 Jade

📋 copy color: '#04A466'

red 4 ◦ green 164 ◦ blue 102

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

Shades of Jade #04A466

Tints of Jade #04A466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 60.74%

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 1.48%
G = 60.74%
B = 37.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#04A466 (or 0x04A466) is known color: Jade. HEX triplet: 04, A4 and 66. RGB value is (4,164,102). Sum of RGB (Red+Green+Blue) = 4+164+102=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 164 (64.45% from 255 or 60.74% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 164 - color contains mainly: green. Hex color #04A466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A466 is #FB5B99. Grayscale: #6D6D6D. Windows color (decimal): -16472986 or 6726660. OLE color: 6726660.

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

Color convert

RGB 4 164 102 -
CMYK 0.98 0 0.38 0.36
HSL 156.75º 0.95% 0.33% -
HSV(B) 156.75º 0.98% 0.64% -
XYZ 15.72 27.54 17.06 -
YUV 109.09 123.99 53.04 -
System Red Green Blue C M Y K H S L
Decimal 4 164 102 0.98 0 0.38 0.36 156.75 0.95 0.33
Hex 4 A4 66 62 0 26 24 9D 5F 21
Octal 4 244 146 142 0 46 44 235 137 41
Binary 100 10100100 1100110 1100010 0 100110 100100 10011101 1011111 100001

Color Harmonies of #04A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A466

Black with #04A466

Text Example


Text Example

White with #04A466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,164,102); }

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

background-color css

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

 a { background-color: rgb(4,164,102); }

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

border-color css

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

 span { border-color: rgb(4,164,102); }

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