Html Css Color HEX #7AC00F Lima

📋 copy color: '#7AC00F'

red 122 ◦ green 192 ◦ blue 15

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

Shades of Lima #7AC00F

Tints of Lima #7AC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.36%

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

R = 37.08%
G = 58.36%
B = 4.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7AC00F (or 0x7AC00F) is known color: Lima. HEX triplet: 7A, C0 and 0F. RGB value is (122,192,15). Sum of RGB (Red+Green+Blue) = 122+192+15=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC00F is #853FF0. Grayscale: #979797. Windows color (decimal): -8732657 or 1032314. OLE color: 1032314.

HSL color Cylindrical-coordinate representation of color #7AC00F: hue angle of 83.73º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AC00F is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 15 -
CMYK 0.36 0 0.92 0.25
HSL 83.73º 0.86% 0.41% -
HSV(B) 83.73º 0.92% 0.75% -
XYZ 26.96 41.87 7.11 -
YUV 150.89 51.31 107.39 -
System Red Green Blue C M Y K H S L
Decimal 122 192 15 0.36 0 0.92 0.25 83.73 0.86 0.41
Hex 7A C0 F 24 0 5C 19 54 56 29
Octal 172 300 17 44 0 134 31 124 126 51
Binary 1111010 11000000 1111 100100 0 1011100 11001 1010100 1010110 101001

Color Harmonies of #7AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC00F

Black with #7AC00F

Text Example


Text Example

White with #7AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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