Html Css Color HEX #07A265 Shamrock Green

📋 copy color: '#07A265'

red 7 ◦ green 162 ◦ blue 101

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

Shades of Shamrock Green #07A265

Tints of Shamrock Green #07A265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 2.59%
G = 60%
B = 37.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#07A265 (or 0x07A265) is known color: Shamrock Green. HEX triplet: 07, A2 and 65. RGB value is (7,162,101). Sum of RGB (Red+Green+Blue) = 7+162+101=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #07A265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A265 is #F85D9A. Grayscale: #6C6C6C. Windows color (decimal): -16276891 or 6660615. OLE color: 6660615.

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

Color convert

RGB 7 162 101 -
CMYK 0.96 0 0.38 0.36
HSL 156.39º 0.92% 0.33% -
HSV(B) 156.39º 0.96% 0.64% -
XYZ 15.36 26.83 16.68 -
YUV 108.7 123.65 55.46 -
System Red Green Blue C M Y K H S L
Decimal 7 162 101 0.96 0 0.38 0.36 156.39 0.92 0.33
Hex 7 A2 65 60 0 26 24 9C 5C 21
Octal 7 242 145 140 0 46 44 234 134 41
Binary 111 10100010 1100101 1100000 0 100110 100100 10011100 1011100 100001

Color Harmonies of #07A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A265

Black with #07A265

Text Example


Text Example

White with #07A265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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