Html Css Color HEX #04A26C Jade

📋 copy color: '#04A26C'

red 4 ◦ green 162 ◦ blue 108

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

Shades of Jade #04A26C

Tints of Jade #04A26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 1.46%
G = 59.12%
B = 39.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#04A26C (or 0x04A26C) is known color: Jade. HEX triplet: 04, A2 and 6C. RGB value is (4,162,108). Sum of RGB (Red+Green+Blue) = 4+162+108=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #04A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A26C is #FB5D93. Grayscale: #6C6C6C. Windows color (decimal): -16473492 or 7119364. OLE color: 7119364.

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

Color convert

RGB 4 162 108 -
CMYK 0.98 0 0.33 0.36
HSL 159.49º 0.95% 0.33% -
HSV(B) 159.49º 0.98% 0.64% -
XYZ 15.68 26.95 18.56 -
YUV 108.6 127.65 53.39 -
System Red Green Blue C M Y K H S L
Decimal 4 162 108 0.98 0 0.33 0.36 159.49 0.95 0.33
Hex 4 A2 6C 62 0 21 24 9F 5F 21
Octal 4 242 154 142 0 41 44 237 137 41
Binary 100 10100010 1101100 1100010 0 100001 100100 10011111 1011111 100001

Color Harmonies of #04A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A26C

Black with #04A26C

Text Example


Text Example

White with #04A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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