#7ACD08

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

Shades of Lima #7ACD08

Tints of Lima #7ACD08

Color information

#7ACD08 (or 0x7ACD08) is unknown color: approx Lima. HEX triplet: 7A, CD and 08. RGB value is (122,205,8). Sum of RGB (Red+Green+Blue) = 122+205+8=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACD08 is #8532F7. Grayscale: #9E9E9E. Windows color (decimal): -8729336 or 576890. OLE color: 576890.

HSL color Cylindrical-coordinate representation of color #7ACD08: hue angle of 85.28º 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 #7ACD08 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB1222058-
CMYK0.4000.960.20
HSL85.28º92.49%41.76%-
HSV(B)85.28º96.1%80.39%-
XYZ29.947.827.88-
YUV157.7243.5102.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 205 (80.47% from 255) = 61.19%
BLUE value IS 8 (3.52% from 255) = 2.39%
R=36.42%
G=61.19%
B=2.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12220580.4000.960.2085.2892.4941.76
Hex7ACD82806014555c2a
Octal172315105001402412513452
Binary1111010110011011000101000011000001010010101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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