#35A40F

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

Shades of Kelly Green #35A40F

Tints of Kelly Green #35A40F

Color information

#35A40F (or 0x35A40F) is unknown color: approx Kelly Green. HEX triplet: 35, A4 and 0F. RGB value is (53,164,15). Sum of RGB (Red+Green+Blue) = 53+164+15=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 164 (64.45% from 255 or 70.69% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 164 - color contains mainly: green. Hex color #35A40F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A40F is #CA5BF0. Grayscale: #727272. Windows color (decimal): -13261809 or 1025077. OLE color: 1025077.

HSL color Cylindrical-coordinate representation of color #35A40F: hue angle of 104.7º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35A40F is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB5316415-
CMYK0.6800.910.36
HSL104.7º83.24%35.1%-
HSV(B)104.7º90.85%64.31%-
XYZ14.8327.344.95-
YUV113.8272.2384.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 164 (64.45% from 255) = 70.69%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=22.84%
G=70.69%
B=6.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53164150.6800.910.36104.783.2435.1
Hex35A4F4405B24695323
Octal652441710401334415112343
Binary11010110100100111110001000101101110010011010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,164,15); }

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

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

 a { background-color: rgb(53,164,15); }

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

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

 span { border-color: rgb(53,164,15); }

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