#04AF69

Color #04AF69 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #04AF69

Tints of Jade #04AF69

Color information

#04AF69 (or 0x04AF69) is unknown color: approx Jade. HEX triplet: 04, AF and 69. RGB value is (4,175,105). Sum of RGB (Red+Green+Blue) = 4+175+105=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF69 is #FB5096. Grayscale: #747474. Windows color (decimal): -16470167 or 6926084. OLE color: 6926084.

HSL color Cylindrical-coordinate representation of color #04AF69: hue angle of 155.44º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF69 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB4175105-
CMYK0.9800.400.31
HSL155.44º95.53%35.1%-
HSV(B)155.44º97.71%68.63%-
XYZ17.9331.7118.54-
YUV115.89121.8548.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=1.41%
G=61.62%
B=36.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41751050.9800.400.31155.4495.5335.1
Hex4AF69620281F9b6023
Octal42571511420503723314043
Binary1001010111111010011100010010100011111100110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AF69;
 }
 .AnyTagClassName
 {
   color: #04AF69;
 }
</style>
background-color css

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

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

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

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

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

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