Html Css Color HEX #60982A Limeade

📋 copy color: '#60982A'

red 96 ◦ green 152 ◦ blue 42

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

Shades of Limeade #60982A

Tints of Limeade #60982A

RGB

 RED value IS 96 (37.89% from 255) = 33.1%

 GREEN value IS 152 (59.77% from 255) = 52.41%

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

R = 33.1%
G = 52.41%
B = 14.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#60982A (or 0x60982A) is known color: Limeade. HEX triplet: 60, 98 and 2A. RGB value is (96,152,42). Sum of RGB (Red+Green+Blue) = 96+152+42=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #60982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60982A is #9F67D5. Grayscale: #7B7B7B. Windows color (decimal): -10446806 or 2791520. OLE color: 2791520.

HSL color Cylindrical-coordinate representation of color #60982A: hue angle of 90.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60982A is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 42 -
CMYK 0.37 0 0.72 0.40
HSL 90.55º 0.57% 0.38% -
HSV(B) 90.55º 0.72% 0.6% -
XYZ 16.47 25.11 6.17 -
YUV 122.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 96 152 42 0.37 0 0.72 0.40 90.55 0.57 0.38
Hex 60 98 2A 25 0 48 28 5B 39 26
Octal 140 230 52 45 0 110 50 133 71 46
Binary 1100000 10011000 101010 100101 0 1001000 101000 1011011 111001 100110

Color Harmonies of #60982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60982A

Black with #60982A

Text Example


Text Example

White with #60982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,152,42); }

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

background-color css

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

 a { background-color: rgb(96,152,42); }

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

border-color css

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

 span { border-color: rgb(96,152,42); }

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