#38AE13

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

Shades of Kelly Green #38AE13

Tints of Kelly Green #38AE13

Color information

#38AE13 (or 0x38AE13) is unknown color: approx Kelly Green. HEX triplet: 38, AE and 13. RGB value is (56,174,19). Sum of RGB (Red+Green+Blue) = 56+174+19=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 174 (68.36% from 255 or 69.88% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AE13 is #C751EC. Grayscale: #797979. Windows color (decimal): -13062637 or 1289784. OLE color: 1289784.

HSL color Cylindrical-coordinate representation of color #38AE13: hue angle of 105.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38AE13 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB5617419-
CMYK0.6800.890.32
HSL105.68º80.31%37.84%-
HSV(B)105.68º89.08%68.24%-
XYZ16.8831.165.74-
YUV121.0570.4181.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 174 (68.36% from 255) = 69.88%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=22.49%
G=69.88%
B=7.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56174190.6800.890.32105.6880.3137.84
Hex38AE1344059206a5026
Octal702562310401314015212046
Binary111000101011101001110001000101100110000011010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,174,19); }

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

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

 a { background-color: rgb(56,174,19); }

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

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

 span { border-color: rgb(56,174,19); }

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