Html Css Color HEX #7DA21A Lima

📋 copy color: '#7DA21A'

red 125 ◦ green 162 ◦ blue 26

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

Shades of Lima #7DA21A

Tints of Lima #7DA21A

RGB

 RED value IS 125 (49.22% from 255) = 39.94%

 GREEN value IS 162 (63.67% from 255) = 51.76%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 39.94%
G = 51.76%
B = 8.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#7DA21A (or 0x7DA21A) is known color: Lima. HEX triplet: 7D, A2 and 1A. RGB value is (125,162,26). Sum of RGB (Red+Green+Blue) = 125+162+26=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA21A is #825DE5. Grayscale: #878787. Windows color (decimal): -8543718 or 1745533. OLE color: 1745533.

HSL color Cylindrical-coordinate representation of color #7DA21A: hue angle of 76.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DA21A is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 26 -
CMYK 0.23 0 0.84 0.36
HSL 76.32º 0.72% 0.37% -
HSV(B) 76.32º 0.84% 0.64% -
XYZ 21.56 30.28 5.68 -
YUV 135.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 125 162 26 0.23 0 0.84 0.36 76.32 0.72 0.37
Hex 7D A2 1A 17 0 54 24 4C 48 25
Octal 175 242 32 27 0 124 44 114 110 45
Binary 1111101 10100010 11010 10111 0 1010100 100100 1001100 1001000 100101

Color Harmonies of #7DA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA21A

Black with #7DA21A

Text Example


Text Example

White with #7DA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,162,26); }

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

background-color css

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

 a { background-color: rgb(125,162,26); }

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

border-color css

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

 span { border-color: rgb(125,162,26); }

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