#3ACA07

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

Shades of Kelly Green #3ACA07

Tints of Kelly Green #3ACA07

Color information

#3ACA07 (or 0x3ACA07) is unknown color: approx Kelly Green. HEX triplet: 3A, CA and 07. RGB value is (58,202,7). Sum of RGB (Red+Green+Blue) = 58+202+7=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 202 (79.30% from 255 or 75.66% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACA07 is #C535F8. Grayscale: #898989. Windows color (decimal): -12924409 or 510522. OLE color: 510522.

HSL color Cylindrical-coordinate representation of color #3ACA07: hue angle of 104.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3ACA07 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB582027-
CMYK0.7100.970.21
HSL104.31º93.3%40.98%-
HSV(B)104.31º96.53%79.22%-
XYZ22.943.167.32-
YUV136.7154.7971.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 202 (79.30% from 255) = 75.66%
BLUE value IS 7 (3.12% from 255) = 2.62%
R=21.72%
G=75.66%
B=2.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5820270.7100.970.21104.3193.340.98
Hex3ACA74706115685d29
Octal72312710701412515013551
Binary111010110010101111000111011000011010111010001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,7); }

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

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

 a { background-color: rgb(58,202,7); }

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

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

 span { border-color: rgb(58,202,7); }

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