Html Css Color HEX #7ABD12 Lima

📋 copy color: '#7ABD12'

red 122 ◦ green 189 ◦ blue 18

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

Shades of Lima #7ABD12

Tints of Lima #7ABD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.45%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 37.08%
G = 57.45%
B = 5.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#7ABD12 (or 0x7ABD12) is known color: Lima. HEX triplet: 7A, BD and 12. RGB value is (122,189,18). Sum of RGB (Red+Green+Blue) = 122+189+18=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD12 is #8542ED. Grayscale: #969696. Windows color (decimal): -8733422 or 1228154. OLE color: 1228154.

HSL color Cylindrical-coordinate representation of color #7ABD12: hue angle of 83.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7ABD12 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 189 18 -
CMYK 0.35 0 0.90 0.26
HSL 83.51º 0.83% 0.41% -
HSV(B) 83.51º 0.9% 0.74% -
XYZ 26.33 40.58 7.02 -
YUV 149.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 122 189 18 0.35 0 0.90 0.26 83.51 0.83 0.41
Hex 7A BD 12 23 0 5A 1A 54 53 29
Octal 172 275 22 43 0 132 32 124 123 51
Binary 1111010 10111101 10010 100011 0 1011010 11010 1010100 1010011 101001

Color Harmonies of #7ABD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD12

Black with #7ABD12

Text Example


Text Example

White with #7ABD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,18); }

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

background-color css

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

 a { background-color: rgb(122,189,18); }

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

border-color css

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

 span { border-color: rgb(122,189,18); }

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