Html Css Color HEX #07AA5C Pigment Green

📋 copy color: '#07AA5C'

red 7 ◦ green 170 ◦ blue 92

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

Shades of Pigment Green #07AA5C

Tints of Pigment Green #07AA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 2.6%
G = 63.2%
B = 34.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#07AA5C (or 0x07AA5C) is known color: Pigment Green. HEX triplet: 07, AA and 5C. RGB value is (7,170,92). Sum of RGB (Red+Green+Blue) = 7+170+92=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AA5C is #F855A3. Grayscale: #707070. Windows color (decimal): -16274852 or 6072839. OLE color: 6072839.

HSL color Cylindrical-coordinate representation of color #07AA5C: hue angle of 151.29º 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 #07AA5C is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 170 92 -
CMYK 0.96 0 0.46 0.33
HSL 151.29º 0.92% 0.35% -
HSV(B) 151.29º 0.96% 0.67% -
XYZ 16.39 29.57 14.97 -
YUV 112.37 116.5 52.84 -
System Red Green Blue C M Y K H S L
Decimal 7 170 92 0.96 0 0.46 0.33 151.29 0.92 0.35
Hex 7 AA 5C 60 0 2E 21 97 5C 23
Octal 7 252 134 140 0 56 41 227 134 43
Binary 111 10101010 1011100 1100000 0 101110 100001 10010111 1011100 100011

Color Harmonies of #07AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA5C

Black with #07AA5C

Text Example


Text Example

White with #07AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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