Html Css Color HEX #7AAE0F Lima

📋 copy color: '#7AAE0F'

red 122 ◦ green 174 ◦ blue 15

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

Shades of Lima #7AAE0F

Tints of Lima #7AAE0F

RGB

 RED value IS 122 (48.05% from 255) = 39.23%

 GREEN value IS 174 (68.36% from 255) = 55.95%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 39.23%
G = 55.95%
B = 4.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#7AAE0F (or 0x7AAE0F) is known color: Lima. HEX triplet: 7A, AE and 0F. RGB value is (122,174,15). Sum of RGB (Red+Green+Blue) = 122+174+15=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAE0F is #8551F0. Grayscale: #8C8C8C. Windows color (decimal): -8737265 or 1027706. OLE color: 1027706.

HSL color Cylindrical-coordinate representation of color #7AAE0F: hue angle of 79.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AAE0F is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 15 -
CMYK 0.30 0 0.91 0.32
HSL 79.62º 0.84% 0.37% -
HSV(B) 79.62º 0.91% 0.68% -
XYZ 23.25 34.44 5.88 -
YUV 140.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 122 174 15 0.30 0 0.91 0.32 79.62 0.84 0.37
Hex 7A AE F 1E 0 5B 20 50 54 25
Octal 172 256 17 36 0 133 40 120 124 45
Binary 1111010 10101110 1111 11110 0 1011011 100000 1010000 1010100 100101

Color Harmonies of #7AAE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE0F

Black with #7AAE0F

Text Example


Text Example

White with #7AAE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AAE0F; }

 p { color: rgb(122,174,15); }

 H1.HeaderClassName
 {
   color: #7AAE0F;
 }
 .AnyTagClassName
 {
   color: #7AAE0F;
 }
</style>

background-color css

<style>
 a { background-color: #7AAE0F; }

 a { background-color: rgb(122,174,15); }

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

border-color css

<style>
 span { border-color: #7AAE0F; }

 span { border-color: rgb(122,174,15); }

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