Html Css Color HEX #04AC65 Jade

📋 copy color: '#04AC65'

red 4 ◦ green 172 ◦ blue 101

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

Shades of Jade #04AC65

Tints of Jade #04AC65

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.09%

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

R = 1.44%
G = 62.09%
B = 36.46%

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

#04AC65 (or 0x04AC65) is known color: Jade. HEX triplet: 04, AC and 65. RGB value is (4,172,101). Sum of RGB (Red+Green+Blue) = 4+172+101=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC65 is #FB539A. Grayscale: #717171. Windows color (decimal): -16470939 or 6663172. OLE color: 6663172.

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

Color convert

RGB 4 172 101 -
CMYK 0.98 0 0.41 0.33
HSL 154.64º 0.95% 0.35% -
HSV(B) 154.64º 0.98% 0.67% -
XYZ 17.15 30.47 17.29 -
YUV 113.67 120.84 49.77 -
System Red Green Blue C M Y K H S L
Decimal 4 172 101 0.98 0 0.41 0.33 154.64 0.95 0.35
Hex 4 AC 65 62 0 29 21 9B 5F 23
Octal 4 254 145 142 0 51 41 233 137 43
Binary 100 10101100 1100101 1100010 0 101001 100001 10011011 1011111 100011

Color Harmonies of #04AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AC65

Black with #04AC65

Text Example


Text Example

White with #04AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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