Html Css Color HEX #38AC1C Kelly Green

📋 copy color: '#38AC1C'

red 56 ◦ green 172 ◦ blue 28

#38AC1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #38AC1C

Tints of Kelly Green #38AC1C

RGB

 RED value IS 56 (22.27% from 255) = 21.88%

 GREEN value IS 172 (67.58% from 255) = 67.19%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 21.88%
G = 67.19%
B = 10.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#38AC1C (or 0x38AC1C) is known color: Kelly Green. HEX triplet: 38, AC and 1C. RGB value is (56,172,28). Sum of RGB (Red+Green+Blue) = 56+172+28=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC1C is #C753E3. Grayscale: #797979. Windows color (decimal): -13063140 or 1879096. OLE color: 1879096.

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

Color convert

RGB 56 172 28 -
CMYK 0.67 0 0.84 0.33
HSL 108.33º 0.72% 0.39% -
HSV(B) 108.33º 0.84% 0.67% -
XYZ 16.59 30.43 6.1 -
YUV 120.9 75.57 81.71 -
System Red Green Blue C M Y K H S L
Decimal 56 172 28 0.67 0 0.84 0.33 108.33 0.72 0.39
Hex 38 AC 1C 43 0 54 21 6C 48 27
Octal 70 254 34 103 0 124 41 154 110 47
Binary 111000 10101100 11100 1000011 0 1010100 100001 1101100 1001000 100111

Color Harmonies of #38AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AC1C

Black with #38AC1C

Text Example


Text Example

White with #38AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38AC1C;
 }
 .AnyTagClassName
 {
   color: #38AC1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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