#38AC0B

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

Shades of Kelly Green #38AC0B

Tints of Kelly Green #38AC0B

Color information

#38AC0B (or 0x38AC0B) is unknown color: approx Kelly Green. HEX triplet: 38, AC and 0B. RGB value is (56,172,11). Sum of RGB (Red+Green+Blue) = 56+172+11=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AC0B is #C753F4. Grayscale: #777777. Windows color (decimal): -13063157 or 764984. OLE color: 764984.

HSL color Cylindrical-coordinate representation of color #38AC0B: hue angle of 103.23º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38AC0B is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB5617211-
CMYK0.6700.940.33
HSL103.23º87.98%35.88%-
HSV(B)103.23º93.6%67.45%-
XYZ16.4430.375.31-
YUV118.9667.0783.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 172 (67.58% from 255) = 71.97%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=23.43%
G=71.97%
B=4.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56172110.6700.940.33103.2387.9835.88
Hex38ACB4305E21675824
Octal702541310301364114713044
Binary11100010101100101110000110101111010000111001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,172,11); }

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

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

 a { background-color: rgb(56,172,11); }

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

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

 span { border-color: rgb(56,172,11); }

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