#42AE01

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

Shades of Kelly Green #42AE01

Tints of Kelly Green #42AE01

Color information

#42AE01 (or 0x42AE01) is unknown color: approx Kelly Green. HEX triplet: 42, AE and 01. RGB value is (66,174,1). Sum of RGB (Red+Green+Blue) = 66+174+1=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AE01 is #BD51FE. Grayscale: #7A7A7A. Windows color (decimal): -12407295 or 110146. OLE color: 110146.

HSL color Cylindrical-coordinate representation of color #42AE01: hue angle of 97.46º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42AE01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB661741-
CMYK0.6200.990.32
HSL97.46º98.86%34.31%-
HSV(B)97.46º99.43%68.24%-
XYZ17.3931.435.18-
YUV121.9959.7288.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 174 (68.36% from 255) = 72.20%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=27.39%
G=72.20%
B=0.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6617410.6200.990.3297.4698.8634.31
Hex42AE13E06320616322
Octal10225617601434014114342
Binary10000101010111011111100110001110000011000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AE01; }

 p { color: rgb(66,174,1); }

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

<style>
 a { background-color: #42AE01; }

 a { background-color: rgb(66,174,1); }

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

<style>
 span { border-color: #42AE01; }

 span { border-color: rgb(66,174,1); }

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