Html Css Color HEX #7ACE0A Lima

📋 copy color: '#7ACE0A'

red 122 ◦ green 206 ◦ blue 10

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

Shades of Lima #7ACE0A

Tints of Lima #7ACE0A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.95%

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 36.09%
G = 60.95%
B = 2.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#7ACE0A (or 0x7ACE0A) is known color: Lima. HEX triplet: 7A, CE and 0A. RGB value is (122,206,10). Sum of RGB (Red+Green+Blue) = 122+206+10=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACE0A is #8531F5. Grayscale: #9F9F9F. Windows color (decimal): -8729078 or 708218. OLE color: 708218.

HSL color Cylindrical-coordinate representation of color #7ACE0A: hue angle of 85.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7ACE0A is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 10 -
CMYK 0.41 0 0.95 0.19
HSL 85.71º 0.91% 0.42% -
HSV(B) 85.71º 0.95% 0.81% -
XYZ 30.15 48.3 8.02 -
YUV 158.54 44.17 101.94 -
System Red Green Blue C M Y K H S L
Decimal 122 206 10 0.41 0 0.95 0.19 85.71 0.91 0.42
Hex 7A CE A 29 0 5F 13 56 5B 2A
Octal 172 316 12 51 0 137 23 126 133 52
Binary 1111010 11001110 1010 101001 0 1011111 10011 1010110 1011011 101010

Color Harmonies of #7ACE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE0A

Black with #7ACE0A

Text Example


Text Example

White with #7ACE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,206,10); }

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

background-color css

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

 a { background-color: rgb(122,206,10); }

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

border-color css

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

 span { border-color: rgb(122,206,10); }

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