Html Css Color HEX #48A423 Kelly Green

📋 copy color: '#48A423'

red 72 ◦ green 164 ◦ blue 35

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

Shades of Kelly Green #48A423

Tints of Kelly Green #48A423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 60.52%

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 26.57%
G = 60.52%
B = 12.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#48A423 (or 0x48A423) is known color: Kelly Green. HEX triplet: 48, A4 and 23. RGB value is (72,164,35). Sum of RGB (Red+Green+Blue) = 72+164+35=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #48A423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A423 is #B75BDC. Grayscale: #7A7A7A. Windows color (decimal): -12016605 or 2335816. OLE color: 2335816.

HSL color Cylindrical-coordinate representation of color #48A423: hue angle of 102.79º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48A423 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 164 35 -
CMYK 0.56 0 0.79 0.36
HSL 102.79º 0.65% 0.39% -
HSV(B) 102.79º 0.79% 0.64% -
XYZ 16.25 28.05 6.15 -
YUV 121.79 79.02 92.49 -
System Red Green Blue C M Y K H S L
Decimal 72 164 35 0.56 0 0.79 0.36 102.79 0.65 0.39
Hex 48 A4 23 38 0 4F 24 67 41 27
Octal 110 244 43 70 0 117 44 147 101 47
Binary 1001000 10100100 100011 111000 0 1001111 100100 1100111 1000001 100111

Color Harmonies of #48A423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A423

Black with #48A423

Text Example


Text Example

White with #48A423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,164,35); }

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

background-color css

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

 a { background-color: rgb(72,164,35); }

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

border-color css

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

 span { border-color: rgb(72,164,35); }

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