Html Css Color HEX #7ACD09 Lima

📋 copy color: '#7ACD09'

red 122 ◦ green 205 ◦ blue 9

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

Shades of Lima #7ACD09

Tints of Lima #7ACD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.01%

 BLUE value IS 9 (3.91% from 255) = 2.68%

R = 36.31%
G = 61.01%
B = 2.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#7ACD09 (or 0x7ACD09) is known color: Lima. HEX triplet: 7A, CD and 09. RGB value is (122,205,9). Sum of RGB (Red+Green+Blue) = 122+205+9=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACD09 is #8532F6. Grayscale: #9E9E9E. Windows color (decimal): -8729335 or 642426. OLE color: 642426.

HSL color Cylindrical-coordinate representation of color #7ACD09: hue angle of 85.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7ACD09 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 205 9 -
CMYK 0.40 0 0.96 0.20
HSL 85.41º 0.92% 0.42% -
HSV(B) 85.41º 0.96% 0.8% -
XYZ 29.91 47.82 7.91 -
YUV 157.84 44 102.44 -
System Red Green Blue C M Y K H S L
Decimal 122 205 9 0.40 0 0.96 0.20 85.41 0.92 0.42
Hex 7A CD 9 28 0 60 14 55 5C 2A
Octal 172 315 11 50 0 140 24 125 134 52
Binary 1111010 11001101 1001 101000 0 1100000 10100 1010101 1011100 101010

Color Harmonies of #7ACD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACD09

Black with #7ACD09

Text Example


Text Example

White with #7ACD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,205,9); }

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

background-color css

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

 a { background-color: rgb(122,205,9); }

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

border-color css

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

 span { border-color: rgb(122,205,9); }

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