#38a716

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

Shades of Kelly Green #38A716

Tints of Kelly Green #38A716

Color information

#38A716 (or 0x38A716) is unknown color: approx Kelly Green. HEX triplet: 38, A7 and 16. RGB value is (56,167,22). Sum of RGB (Red+Green+Blue) = 56+167+22=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 167 (65.62% from 255 or 68.16% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 167 - color contains mainly: green. Hex color #38A716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A716 is #C758E9. Grayscale: #757575. Windows color (decimal): -13064426 or 1484600. OLE color: 1484600.

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

Color convert

RGB5616722-
CMYK0.6600.870.35
HSL105.93º76.72%37.06%-
HSV(B)105.93º86.83%65.49%-
XYZ15.5928.545.45-
YUV117.2874.2384.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 167 (65.62% from 255) = 68.16%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=22.86%
G=68.16%
B=8.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56167220.6600.870.35105.9376.7237.06
Hex38A71642057236a4d25
Octal702472610201274315211545
Binary111000101001111011010000100101011110001111010101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,167,22); }

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

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

 a { background-color: rgb(56,167,22); }

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

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

 span { border-color: rgb(56,167,22); }

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