Html Css Color HEX #04A268 Jade

📋 copy color: '#04A268'

red 4 ◦ green 162 ◦ blue 104

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

Shades of Jade #04A268

Tints of Jade #04A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60%

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

R = 1.48%
G = 60%
B = 38.52%

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

#04A268 (or 0x04A268) is known color: Jade. HEX triplet: 04, A2 and 68. RGB value is (4,162,104). Sum of RGB (Red+Green+Blue) = 4+162+104=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #04A268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A268 is #FB5D97. Grayscale: #6C6C6C. Windows color (decimal): -16473496 or 6857220. OLE color: 6857220.

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

Color convert

RGB 4 162 104 -
CMYK 0.98 0 0.36 0.36
HSL 157.97º 0.95% 0.33% -
HSV(B) 157.97º 0.98% 0.64% -
XYZ 15.47 26.87 17.47 -
YUV 108.15 125.65 53.72 -
System Red Green Blue C M Y K H S L
Decimal 4 162 104 0.98 0 0.36 0.36 157.97 0.95 0.33
Hex 4 A2 68 62 0 24 24 9E 5F 21
Octal 4 242 150 142 0 44 44 236 137 41
Binary 100 10100010 1101000 1100010 0 100100 100100 10011110 1011111 100001

Color Harmonies of #04A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A268

Black with #04A268

Text Example


Text Example

White with #04A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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