Html Css Color HEX #04AE68 Jade

📋 copy color: '#04AE68'

red 4 ◦ green 174 ◦ blue 104

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

Shades of Jade #04AE68

Tints of Jade #04AE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 61.7%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 1.42%
G = 61.7%
B = 36.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#04AE68 (or 0x04AE68) is known color: Jade. HEX triplet: 04, AE and 68. RGB value is (4,174,104). Sum of RGB (Red+Green+Blue) = 4+174+104=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE68 is #FB5197. Grayscale: #737373. Windows color (decimal): -16470424 or 6860292. OLE color: 6860292.

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

Color convert

RGB 4 174 104 -
CMYK 0.98 0 0.40 0.32
HSL 155.29º 0.96% 0.35% -
HSV(B) 155.29º 0.98% 0.68% -
XYZ 17.68 31.3 18.21 -
YUV 115.19 121.68 48.69 -
System Red Green Blue C M Y K H S L
Decimal 4 174 104 0.98 0 0.40 0.32 155.29 0.96 0.35
Hex 4 AE 68 62 0 28 20 9B 60 23
Octal 4 256 150 142 0 50 40 233 140 43
Binary 100 10101110 1101000 1100010 0 101000 100000 10011011 1100000 100011

Color Harmonies of #04AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AE68

Black with #04AE68

Text Example


Text Example

White with #04AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,174,104); }

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

background-color css

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

 a { background-color: rgb(4,174,104); }

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

border-color css

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

 span { border-color: rgb(4,174,104); }

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