Html Css Color HEX #28AE0F Kelly Green

📋 copy color: '#28AE0F'

red 40 ◦ green 174 ◦ blue 15

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

Shades of Kelly Green #28AE0F

Tints of Kelly Green #28AE0F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 75.98%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 17.47%
G = 75.98%
B = 6.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#28AE0F (or 0x28AE0F) is known color: Kelly Green. HEX triplet: 28, AE and 0F. RGB value is (40,174,15). Sum of RGB (Red+Green+Blue) = 40+174+15=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 174 (68.36% from 255 or 75.98% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AE0F is #D751F0. Grayscale: #747474. Windows color (decimal): -14111217 or 1027624. OLE color: 1027624.

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

Color convert

RGB 40 174 15 -
CMYK 0.77 0 0.91 0.32
HSL 110.57º 0.84% 0.37% -
HSV(B) 110.57º 0.91% 0.68% -
XYZ 16.1 30.76 5.54 -
YUV 115.81 71.11 73.93 -
System Red Green Blue C M Y K H S L
Decimal 40 174 15 0.77 0 0.91 0.32 110.57 0.84 0.37
Hex 28 AE F 4D 0 5B 20 6F 54 25
Octal 50 256 17 115 0 133 40 157 124 45
Binary 101000 10101110 1111 1001101 0 1011011 100000 1101111 1010100 100101

Color Harmonies of #28AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AE0F

Black with #28AE0F

Text Example


Text Example

White with #28AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,174,15); }

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

background-color css

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

 a { background-color: rgb(40,174,15); }

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

border-color css

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

 span { border-color: rgb(40,174,15); }

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