Html Css Color HEX #03AC64 Jade

📋 copy color: '#03AC64'

red 3 ◦ green 172 ◦ blue 100

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

Shades of Jade #03AC64

Tints of Jade #03AC64

RGB

 RED value IS 3 (1.56% from 255) = 1.09%

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

 BLUE value IS 100 (39.45% from 255) = 36.36%

R = 1.09%
G = 62.55%
B = 36.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#03AC64 (or 0x03AC64) is known color: Jade. HEX triplet: 03, AC and 64. RGB value is (3,172,100). Sum of RGB (Red+Green+Blue) = 3+172+100=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AC64 is #FC539B. Grayscale: #717171. Windows color (decimal): -16536476 or 6597635. OLE color: 6597635.

HSL color Cylindrical-coordinate representation of color #03AC64: hue angle of 154.44º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AC64 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 172 100 -
CMYK 0.98 0 0.42 0.33
HSL 154.44º 0.97% 0.34% -
HSV(B) 154.44º 0.98% 0.67% -
XYZ 17.09 30.44 17.03 -
YUV 113.26 120.51 49.35 -
System Red Green Blue C M Y K H S L
Decimal 3 172 100 0.98 0 0.42 0.33 154.44 0.97 0.34
Hex 3 AC 64 62 0 2A 21 9A 61 22
Octal 3 254 144 142 0 52 41 232 141 42
Binary 11 10101100 1100100 1100010 0 101010 100001 10011010 1100001 100010

Color Harmonies of #03AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AC64

Black with #03AC64

Text Example


Text Example

White with #03AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AC64; }

 p { color: rgb(3,172,100); }

 H1.HeaderClassName
 {
   color: #03AC64;
 }
 .AnyTagClassName
 {
   color: #03AC64;
 }
</style>

background-color css

<style>
 a { background-color: #03AC64; }

 a { background-color: rgb(3,172,100); }

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

border-color css

<style>
 span { border-color: #03AC64; }

 span { border-color: rgb(3,172,100); }

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