Html Css Color HEX #48A82A Kelly Green

📋 copy color: '#48A82A'

red 72 ◦ green 168 ◦ blue 42

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

Shades of Kelly Green #48A82A

Tints of Kelly Green #48A82A

RGB

 RED value IS 72 (28.52% from 255) = 25.53%

 GREEN value IS 168 (66.02% from 255) = 59.57%

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 25.53%
G = 59.57%
B = 14.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#48A82A (or 0x48A82A) is known color: Kelly Green. HEX triplet: 48, A8 and 2A. RGB value is (72,168,42). Sum of RGB (Red+Green+Blue) = 72+168+42=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #48A82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A82A is #B757D5. Grayscale: #7D7D7D. Windows color (decimal): -12015574 or 2795592. OLE color: 2795592.

HSL color Cylindrical-coordinate representation of color #48A82A: hue angle of 105.71º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48A82A is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 168 42 -
CMYK 0.57 0 0.75 0.34
HSL 105.71º 0.6% 0.41% -
HSV(B) 105.71º 0.75% 0.66% -
XYZ 17.09 29.55 6.99 -
YUV 124.93 81.2 90.25 -
System Red Green Blue C M Y K H S L
Decimal 72 168 42 0.57 0 0.75 0.34 105.71 0.6 0.41
Hex 48 A8 2A 39 0 4B 22 6A 3C 29
Octal 110 250 52 71 0 113 42 152 74 51
Binary 1001000 10101000 101010 111001 0 1001011 100010 1101010 111100 101001

Color Harmonies of #48A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A82A

Black with #48A82A

Text Example


Text Example

White with #48A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A82A; }

 p { color: rgb(72,168,42); }

 H1.HeaderClassName
 {
   color: #48A82A;
 }
 .AnyTagClassName
 {
   color: #48A82A;
 }
</style>

background-color css

<style>
 a { background-color: #48A82A; }

 a { background-color: rgb(72,168,42); }

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

border-color css

<style>
 span { border-color: #48A82A; }

 span { border-color: rgb(72,168,42); }

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