#3AA700

Color #3AA700 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3AA700

Tints of Kelly Green #3AA700

Color information

#3AA700 (or 0x3AA700) is unknown color: approx Kelly Green. HEX triplet: 3A, A7 and 00. RGB value is (58,167,0). Sum of RGB (Red+Green+Blue) = 58+167+0=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 167 (65.62% from 255 or 74.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA700 is #C558FF. Grayscale: #737373. Windows color (decimal): -12933376 or 42810. OLE color: 42810.

HSL color Cylindrical-coordinate representation of color #3AA700: hue angle of 99.16º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AA700 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB581670-
CMYK0.65010.35
HSL99.16º100%32.75%-
HSV(B)99.16º100%65.49%-
XYZ15.5628.544.69-
YUV115.3762.8987.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 167 (65.62% from 255) = 74.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.78%
G=74.22%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5816700.65010.3599.1610032.75
Hex3AA704106423636421
Octal72247010101444314314441
Binary11101010100111010000010110010010001111000111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA700; }

 p { color: rgb(58,167,0); }

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

<style>
 a { background-color: #3AA700; }

 a { background-color: rgb(58,167,0); }

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

<style>
 span { border-color: #3AA700; }

 span { border-color: rgb(58,167,0); }

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