Html Css Color HEX #04A469 Jade

📋 copy color: '#04A469'

red 4 ◦ green 164 ◦ blue 105

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

Shades of Jade #04A469

Tints of Jade #04A469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 1.47%
G = 60.07%
B = 38.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#04A469 (or 0x04A469) is known color: Jade. HEX triplet: 04, A4 and 69. RGB value is (4,164,105). Sum of RGB (Red+Green+Blue) = 4+164+105=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #04A469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A469 is #FB5B96. Grayscale: #6D6D6D. Windows color (decimal): -16472983 or 6923268. OLE color: 6923268.

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

Color convert

RGB 4 164 105 -
CMYK 0.98 0 0.36 0.36
HSL 157.88º 0.95% 0.33% -
HSV(B) 157.88º 0.98% 0.64% -
XYZ 15.88 27.6 17.85 -
YUV 109.43 125.49 52.8 -
System Red Green Blue C M Y K H S L
Decimal 4 164 105 0.98 0 0.36 0.36 157.88 0.95 0.33
Hex 4 A4 69 62 0 24 24 9E 5F 21
Octal 4 244 151 142 0 44 44 236 137 41
Binary 100 10100100 1101001 1100010 0 100100 100100 10011110 1011111 100001

Color Harmonies of #04A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A469

Black with #04A469

Text Example


Text Example

White with #04A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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