#35AC01

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

Shades of Kelly Green #35AC01

Tints of Kelly Green #35AC01

Color information

#35AC01 (or 0x35AC01) is unknown color: approx Kelly Green. HEX triplet: 35, AC and 01. RGB value is (53,172,1). Sum of RGB (Red+Green+Blue) = 53+172+1=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 172 (67.58% from 255 or 76.11% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AC01 is #CA53FE. Grayscale: #757575. Windows color (decimal): -13259775 or 109621. OLE color: 109621.

HSL color Cylindrical-coordinate representation of color #35AC01: hue angle of 101.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35AC01 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB531721-
CMYK0.6900.990.33
HSL101.75º98.84%33.92%-
HSV(B)101.75º99.42%67.45%-
XYZ16.2330.265.02-
YUV116.9262.5882.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 172 (67.58% from 255) = 76.11%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=23.45%
G=76.11%
B=0.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5317210.6900.990.33101.7598.8433.92
Hex35AC14506321666322
Octal65254110501434114614342
Binary11010110101100110001010110001110000111001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AC01; }

 p { color: rgb(53,172,1); }

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

<style>
 a { background-color: #35AC01; }

 a { background-color: rgb(53,172,1); }

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

<style>
 span { border-color: #35AC01; }

 span { border-color: rgb(53,172,1); }

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