Html Css Color HEX #48990C Limeade

📋 copy color: '#48990C'

red 72 ◦ green 153 ◦ blue 12

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

Shades of Limeade #48990C

Tints of Limeade #48990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 64.56%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 30.38%
G = 64.56%
B = 5.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#48990C (or 0x48990C) is known color: Limeade. HEX triplet: 48, 99 and 0C. RGB value is (72,153,12). Sum of RGB (Red+Green+Blue) = 72+153+12=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #48990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48990C is #B766F3. Grayscale: #717171. Windows color (decimal): -12019444 or 825672. OLE color: 825672.

HSL color Cylindrical-coordinate representation of color #48990C: hue angle of 94.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48990C is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 12 -
CMYK 0.53 0 0.92 0.4
HSL 94.47º 0.85% 0.32% -
HSV(B) 94.47º 0.92% 0.6% -
XYZ 14.13 24.19 4.27 -
YUV 112.71 71.16 98.96 -
System Red Green Blue C M Y K H S L
Decimal 72 153 12 0.53 0 0.92 0.4 94.47 0.85 0.32
Hex 48 99 C 35 0 5C 28 5E 55 20
Octal 110 231 14 65 0 134 50 136 125 40
Binary 1001000 10011001 1100 110101 0 1011100 101000 1011110 1010101 100000

Color Harmonies of #48990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48990C

Black with #48990C

Text Example


Text Example

White with #48990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48990C; }

 p { color: rgb(72,153,12); }

 H1.HeaderClassName
 {
   color: #48990C;
 }
 .AnyTagClassName
 {
   color: #48990C;
 }
</style>

background-color css

<style>
 a { background-color: #48990C; }

 a { background-color: rgb(72,153,12); }

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

border-color css

<style>
 span { border-color: #48990C; }

 span { border-color: rgb(72,153,12); }

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