#7EBA09

Color #7EBA09 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EBA09

Tints of Lima #7EBA09

Color information

#7EBA09 (or 0x7EBA09) is unknown color: approx Lima. HEX triplet: 7E, BA and 09. RGB value is (126,186,9). Sum of RGB (Red+Green+Blue) = 126+186+9=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA09 is #8145F6. Grayscale: #949494. Windows color (decimal): -8472055 or 637566. OLE color: 637566.

HSL color Cylindrical-coordinate representation of color #7EBA09: hue angle of 80.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7EBA09 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1261869-
CMYK0.3200.950.27
HSL80.34º90.77%38.24%-
HSV(B)80.34º95.16%72.94%-
XYZ26.2139.576.52-
YUV147.8849.62112.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=39.25%
G=57.94%
B=2.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12618690.3200.950.2780.3490.7738.24
Hex7EBA92005F1B505b26
Octal176272114001373312013346
Binary1111110101110101001100000010111111101110100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,9); }

 H1.HeaderClassName
 {
   color: #7EBA09;
 }
 .AnyTagClassName
 {
   color: #7EBA09;
 }
</style>
background-color css

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

 a { background-color: rgb(126,186,9); }

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

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

 span { border-color: rgb(126,186,9); }

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