Html Css Color HEX #03AA67 Jade

📋 copy color: '#03AA67'

red 3 ◦ green 170 ◦ blue 103

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

Shades of Jade #03AA67

Tints of Jade #03AA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.59%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 1.09%
G = 61.59%
B = 37.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#03AA67 (or 0x03AA67) is known color: Jade. HEX triplet: 03, AA and 67. RGB value is (3,170,103). Sum of RGB (Red+Green+Blue) = 3+170+103=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AA67 is #FC5598. Grayscale: #707070. Windows color (decimal): -16536985 or 6793731. OLE color: 6793731.

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

Color convert

RGB 3 170 103 -
CMYK 0.98 0 0.39 0.33
HSL 155.93º 0.97% 0.34% -
HSV(B) 155.93º 0.98% 0.67% -
XYZ 16.86 29.75 17.69 -
YUV 112.43 122.67 49.95 -
System Red Green Blue C M Y K H S L
Decimal 3 170 103 0.98 0 0.39 0.33 155.93 0.97 0.34
Hex 3 AA 67 62 0 27 21 9C 61 22
Octal 3 252 147 142 0 47 41 234 141 42
Binary 11 10101010 1100111 1100010 0 100111 100001 10011100 1100001 100010

Color Harmonies of #03AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AA67

Black with #03AA67

Text Example


Text Example

White with #03AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,170,103); }

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

background-color css

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

 a { background-color: rgb(3,170,103); }

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

border-color css

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

 span { border-color: rgb(3,170,103); }

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