Html Css Color HEX #48960A Limeade

📋 copy color: '#48960A'

red 72 ◦ green 150 ◦ blue 10

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

Shades of Limeade #48960A

Tints of Limeade #48960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.66%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 31.03%
G = 64.66%
B = 4.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#48960A (or 0x48960A) is known color: Limeade. HEX triplet: 48, 96 and 0A. RGB value is (72,150,10). Sum of RGB (Red+Green+Blue) = 72+150+10=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #48960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48960A is #B769F5. Grayscale: #6F6F6F. Windows color (decimal): -12020214 or 693832. OLE color: 693832.

HSL color Cylindrical-coordinate representation of color #48960A: hue angle of 93.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48960A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 10 -
CMYK 0.52 0 0.93 0.41
HSL 93.43º 0.88% 0.31% -
HSV(B) 93.43º 0.93% 0.59% -
XYZ 13.63 23.21 4.05 -
YUV 110.72 71.16 100.38 -
System Red Green Blue C M Y K H S L
Decimal 72 150 10 0.52 0 0.93 0.41 93.43 0.88 0.31
Hex 48 96 A 34 0 5D 29 5D 58 1F
Octal 110 226 12 64 0 135 51 135 130 37
Binary 1001000 10010110 1010 110100 0 1011101 101001 1011101 1011000 11111

Color Harmonies of #48960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48960A

Black with #48960A

Text Example


Text Example

White with #48960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48960A; }

 p { color: rgb(72,150,10); }

 H1.HeaderClassName
 {
   color: #48960A;
 }
 .AnyTagClassName
 {
   color: #48960A;
 }
</style>

background-color css

<style>
 a { background-color: #48960A; }

 a { background-color: rgb(72,150,10); }

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

border-color css

<style>
 span { border-color: #48960A; }

 span { border-color: rgb(72,150,10); }

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