Html Css Color HEX #07A25A Shamrock Green

📋 copy color: '#07A25A'

red 7 ◦ green 162 ◦ blue 90

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

Shades of Shamrock Green #07A25A

Tints of Shamrock Green #07A25A

RGB

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

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

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

R = 2.7%
G = 62.55%
B = 34.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#07A25A (or 0x07A25A) is known color: Shamrock Green. HEX triplet: 07, A2 and 5A. RGB value is (7,162,90). Sum of RGB (Red+Green+Blue) = 7+162+90=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 162 (63.67% from 255 or 62.55% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 162 - color contains mainly: green. Hex color #07A25A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A25A is #F85DA5. Grayscale: #6B6B6B. Windows color (decimal): -16276902 or 5939719. OLE color: 5939719.

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

Color convert

RGB 7 162 90 -
CMYK 0.96 0 0.44 0.36
HSL 152.13º 0.92% 0.33% -
HSV(B) 152.13º 0.96% 0.64% -
XYZ 14.85 26.62 14.03 -
YUV 107.45 118.15 56.35 -
System Red Green Blue C M Y K H S L
Decimal 7 162 90 0.96 0 0.44 0.36 152.13 0.92 0.33
Hex 7 A2 5A 60 0 2C 24 98 5C 21
Octal 7 242 132 140 0 54 44 230 134 41
Binary 111 10100010 1011010 1100000 0 101100 100100 10011000 1011100 100001

Color Harmonies of #07A25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A25A

Black with #07A25A

Text Example


Text Example

White with #07A25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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