Html Css Color HEX #28AF12 Kelly Green

📋 copy color: '#28AF12'

red 40 ◦ green 175 ◦ blue 18

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

Shades of Kelly Green #28AF12

Tints of Kelly Green #28AF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 75.11%

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 17.17%
G = 75.11%
B = 7.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#28AF12 (or 0x28AF12) is known color: Kelly Green. HEX triplet: 28, AF and 12. RGB value is (40,175,18). Sum of RGB (Red+Green+Blue) = 40+175+18=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF12 is #D750ED. Grayscale: #757575. Windows color (decimal): -14110958 or 1224488. OLE color: 1224488.

HSL color Cylindrical-coordinate representation of color #28AF12: hue angle of 111.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28AF12 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 18 -
CMYK 0.77 0 0.90 0.31
HSL 111.59º 0.81% 0.38% -
HSV(B) 111.59º 0.9% 0.69% -
XYZ 16.31 31.15 5.73 -
YUV 116.74 72.27 73.27 -
System Red Green Blue C M Y K H S L
Decimal 40 175 18 0.77 0 0.90 0.31 111.59 0.81 0.38
Hex 28 AF 12 4D 0 5A 1F 70 51 26
Octal 50 257 22 115 0 132 37 160 121 46
Binary 101000 10101111 10010 1001101 0 1011010 11111 1110000 1010001 100110

Color Harmonies of #28AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF12

Black with #28AF12

Text Example


Text Example

White with #28AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,175,18); }

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

background-color css

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

 a { background-color: rgb(40,175,18); }

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

border-color css

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

 span { border-color: rgb(40,175,18); }

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