Html Css Color HEX #07AA4D Pigment Green

📋 copy color: '#07AA4D'

red 7 ◦ green 170 ◦ blue 77

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

Shades of Pigment Green #07AA4D

Tints of Pigment Green #07AA4D

RGB

 RED value IS 7 (3.13% from 255) = 2.76%

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 2.76%
G = 66.93%
B = 30.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#07AA4D (or 0x07AA4D) is known color: Pigment Green. HEX triplet: 07, AA and 4D. RGB value is (7,170,77). Sum of RGB (Red+Green+Blue) = 7+170+77=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AA4D is #F855B2. Grayscale: #6E6E6E. Windows color (decimal): -16274867 or 5089799. OLE color: 5089799.

HSL color Cylindrical-coordinate representation of color #07AA4D: hue angle of 145.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AA4D is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 170 77 -
CMYK 0.96 0 0.55 0.33
HSL 145.77º 0.92% 0.35% -
HSV(B) 145.77º 0.96% 0.67% -
XYZ 15.8 29.33 11.85 -
YUV 110.66 109 54.06 -
System Red Green Blue C M Y K H S L
Decimal 7 170 77 0.96 0 0.55 0.33 145.77 0.92 0.35
Hex 7 AA 4D 60 0 37 21 92 5C 23
Octal 7 252 115 140 0 67 41 222 134 43
Binary 111 10101010 1001101 1100000 0 110111 100001 10010010 1011100 100011

Color Harmonies of #07AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA4D

Black with #07AA4D

Text Example


Text Example

White with #07AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AA4D; }

 p { color: rgb(7,170,77); }

 H1.HeaderClassName
 {
   color: #07AA4D;
 }
 .AnyTagClassName
 {
   color: #07AA4D;
 }
</style>

background-color css

<style>
 a { background-color: #07AA4D; }

 a { background-color: rgb(7,170,77); }

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

border-color css

<style>
 span { border-color: #07AA4D; }

 span { border-color: rgb(7,170,77); }

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