#38A201

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

Shades of Kelly Green #38A201

Tints of Kelly Green #38A201

Color information

#38A201 (or 0x38A201) is unknown color: approx Kelly Green. HEX triplet: 38, A2 and 01. RGB value is (56,162,1). Sum of RGB (Red+Green+Blue) = 56+162+1=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #38A201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A201 is #C75DFE. Grayscale: #707070. Windows color (decimal): -13065727 or 107064. OLE color: 107064.

HSL color Cylindrical-coordinate representation of color #38A201: hue angle of 99.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38A201 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB561621-
CMYK0.6500.990.36
HSL99.5º98.77%31.96%-
HSV(B)99.5º99.38%63.53%-
XYZ14.5626.684.41-
YUV111.9565.3888.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 162 (63.67% from 255) = 73.97%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=25.57%
G=73.97%
B=0.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5616210.6500.990.3699.598.7731.96
Hex38A214106324646320
Octal70242110101434414414340
Binary11100010100010110000010110001110010011001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,1); }

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

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

 a { background-color: rgb(56,162,1); }

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

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

 span { border-color: rgb(56,162,1); }

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