#38A111

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

Shades of Kelly Green #38A111

Tints of Kelly Green #38A111

Color information

#38A111 (or 0x38A111) is unknown color: approx Kelly Green. HEX triplet: 38, A1 and 11. RGB value is (56,161,17). Sum of RGB (Red+Green+Blue) = 56+161+17=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #38A111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A111 is #C75EEE. Grayscale: #717171. Windows color (decimal): -13065967 or 1155384. OLE color: 1155384.

HSL color Cylindrical-coordinate representation of color #38A111: hue angle of 103.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38A111 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB5616117-
CMYK0.6500.890.37
HSL103.75º80.9%34.9%-
HSV(B)103.75º89.44%63.14%-
XYZ14.4826.374.86-
YUV113.1973.7187.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 161 (63.28% from 255) = 68.80%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=23.93%
G=68.80%
B=7.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56161170.6500.890.37103.7580.934.9
Hex38A1114105925685123
Octal702412110101314515012143
Binary111000101000011000110000010101100110010111010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A111; }

 p { color: rgb(56,161,17); }

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

<style>
 a { background-color: #38A111; }

 a { background-color: rgb(56,161,17); }

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

<style>
 span { border-color: #38A111; }

 span { border-color: rgb(56,161,17); }

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