Html Css Color HEX #28AD0E Kelly Green

📋 copy color: '#28AD0E'

red 40 ◦ green 173 ◦ blue 14

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

Shades of Kelly Green #28AD0E

Tints of Kelly Green #28AD0E

RGB

 RED value IS 40 (16.02% from 255) = 17.62%

 GREEN value IS 173 (67.97% from 255) = 76.21%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 17.62%
G = 76.21%
B = 6.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#28AD0E (or 0x28AD0E) is known color: Kelly Green. HEX triplet: 28, AD and 0E. RGB value is (40,173,14). Sum of RGB (Red+Green+Blue) = 40+173+14=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 173 (67.97% from 255 or 76.21% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AD0E is #D752F1. Grayscale: #737373. Windows color (decimal): -14111474 or 961832. OLE color: 961832.

HSL color Cylindrical-coordinate representation of color #28AD0E: hue angle of 110.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28AD0E is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 14 -
CMYK 0.77 0 0.92 0.32
HSL 110.19º 0.85% 0.37% -
HSV(B) 110.19º 0.92% 0.68% -
XYZ 15.9 30.37 5.44 -
YUV 115.11 70.94 74.43 -
System Red Green Blue C M Y K H S L
Decimal 40 173 14 0.77 0 0.92 0.32 110.19 0.85 0.37
Hex 28 AD E 4D 0 5C 20 6E 55 25
Octal 50 255 16 115 0 134 40 156 125 45
Binary 101000 10101101 1110 1001101 0 1011100 100000 1101110 1010101 100101

Color Harmonies of #28AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD0E

Black with #28AD0E

Text Example


Text Example

White with #28AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AD0E; }

 p { color: rgb(40,173,14); }

 H1.HeaderClassName
 {
   color: #28AD0E;
 }
 .AnyTagClassName
 {
   color: #28AD0E;
 }
</style>

background-color css

<style>
 a { background-color: #28AD0E; }

 a { background-color: rgb(40,173,14); }

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

border-color css

<style>
 span { border-color: #28AD0E; }

 span { border-color: rgb(40,173,14); }

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