Html Css Color HEX #7AC206 Lima

📋 copy color: '#7AC206'

red 122 ◦ green 194 ◦ blue 6

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

Shades of Lima #7AC206

Tints of Lima #7AC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 37.89%
G = 60.25%
B = 1.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7AC206 (or 0x7AC206) is known color: Lima. HEX triplet: 7A, C2 and 06. RGB value is (122,194,6). Sum of RGB (Red+Green+Blue) = 122+194+6=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC206 is #853DF9. Grayscale: #979797. Windows color (decimal): -8732154 or 443002. OLE color: 443002.

HSL color Cylindrical-coordinate representation of color #7AC206: hue angle of 82.98º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AC206 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 194 6 -
CMYK 0.37 0 0.97 0.24
HSL 82.98º 0.94% 0.39% -
HSV(B) 82.98º 0.97% 0.76% -
XYZ 27.35 42.73 6.98 -
YUV 151.04 46.15 107.29 -
System Red Green Blue C M Y K H S L
Decimal 122 194 6 0.37 0 0.97 0.24 82.98 0.94 0.39
Hex 7A C2 6 25 0 61 18 53 5E 27
Octal 172 302 6 45 0 141 30 123 136 47
Binary 1111010 11000010 110 100101 0 1100001 11000 1010011 1011110 100111

Color Harmonies of #7AC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC206

Black with #7AC206

Text Example


Text Example

White with #7AC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,194,6); }

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

background-color css

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

 a { background-color: rgb(122,194,6); }

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

border-color css

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

 span { border-color: rgb(122,194,6); }

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