Html Css Color HEX #07A24B Pigment Green

📋 copy color: '#07A24B'

red 7 ◦ green 162 ◦ blue 75

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

Shades of Pigment Green #07A24B

Tints of Pigment Green #07A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 66.39%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 2.87%
G = 66.39%
B = 30.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#07A24B (or 0x07A24B) is known color: Pigment Green. HEX triplet: 07, A2 and 4B. RGB value is (7,162,75). Sum of RGB (Red+Green+Blue) = 7+162+75=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #07A24B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A24B is #F85DB4. Grayscale: #696969. Windows color (decimal): -16276917 or 4956679. OLE color: 4956679.

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

Color convert

RGB 7 162 75 -
CMYK 0.96 0 0.54 0.36
HSL 146.32º 0.92% 0.33% -
HSV(B) 146.32º 0.96% 0.64% -
XYZ 14.28 26.39 11 -
YUV 105.74 110.65 57.57 -
System Red Green Blue C M Y K H S L
Decimal 7 162 75 0.96 0 0.54 0.36 146.32 0.92 0.33
Hex 7 A2 4B 60 0 36 24 92 5C 21
Octal 7 242 113 140 0 66 44 222 134 41
Binary 111 10100010 1001011 1100000 0 110110 100100 10010010 1011100 100001

Color Harmonies of #07A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A24B

Black with #07A24B

Text Example


Text Example

White with #07A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,162,75); }

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

background-color css

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

 a { background-color: rgb(7,162,75); }

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

border-color css

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

 span { border-color: rgb(7,162,75); }

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