Html Css Color HEX #07A151 Pigment Green

📋 copy color: '#07A151'

red 7 ◦ green 161 ◦ blue 81

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

Shades of Pigment Green #07A151

Tints of Pigment Green #07A151

RGB

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

 GREEN value IS 161 (63.28% from 255) = 64.66%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 2.81%
G = 64.66%
B = 32.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#07A151 (or 0x07A151) is known color: Pigment Green. HEX triplet: 07, A1 and 51. RGB value is (7,161,81). Sum of RGB (Red+Green+Blue) = 7+161+81=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #07A151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A151 is #F85EAE. Grayscale: #696969. Windows color (decimal): -16277167 or 5349639. OLE color: 5349639.

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

Color convert

RGB 7 161 81 -
CMYK 0.96 0 0.50 0.37
HSL 148.83º 0.92% 0.33% -
HSV(B) 148.83º 0.96% 0.63% -
XYZ 14.32 26.13 12.07 -
YUV 105.83 113.98 57.5 -
System Red Green Blue C M Y K H S L
Decimal 7 161 81 0.96 0 0.50 0.37 148.83 0.92 0.33
Hex 7 A1 51 60 0 32 25 95 5C 21
Octal 7 241 121 140 0 62 45 225 134 41
Binary 111 10100001 1010001 1100000 0 110010 100101 10010101 1011100 100001

Color Harmonies of #07A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A151

Black with #07A151

Text Example


Text Example

White with #07A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,161,81); }

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

background-color css

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

 a { background-color: rgb(7,161,81); }

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

border-color css

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

 span { border-color: rgb(7,161,81); }

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