Html Css Color HEX #07AB5A Pigment Green

📋 copy color: '#07AB5A'

red 7 ◦ green 171 ◦ blue 90

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

Shades of Pigment Green #07AB5A

Tints of Pigment Green #07AB5A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 63.81%

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 2.61%
G = 63.81%
B = 33.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#07AB5A (or 0x07AB5A) is known color: Pigment Green. HEX triplet: 07, AB and 5A. RGB value is (7,171,90). Sum of RGB (Red+Green+Blue) = 7+171+90=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AB5A is #F854A5. Grayscale: #707070. Windows color (decimal): -16274598 or 5942023. OLE color: 5942023.

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

Color convert

RGB 7 171 90 -
CMYK 0.96 0 0.47 0.33
HSL 150.37º 0.92% 0.35% -
HSV(B) 150.37º 0.96% 0.67% -
XYZ 16.5 29.91 14.58 -
YUV 112.73 115.17 52.59 -
System Red Green Blue C M Y K H S L
Decimal 7 171 90 0.96 0 0.47 0.33 150.37 0.92 0.35
Hex 7 AB 5A 60 0 2F 21 96 5C 23
Octal 7 253 132 140 0 57 41 226 134 43
Binary 111 10101011 1011010 1100000 0 101111 100001 10010110 1011100 100011

Color Harmonies of #07AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AB5A

Black with #07AB5A

Text Example


Text Example

White with #07AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,171,90); }

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

background-color css

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

 a { background-color: rgb(7,171,90); }

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

border-color css

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

 span { border-color: rgb(7,171,90); }

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