Html Css Color HEX #ADD82A Fuego

📋 copy color: '#ADD82A'

red 173 ◦ green 216 ◦ blue 42

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

Shades of Fuego #ADD82A

Tints of Fuego #ADD82A

RGB

 RED value IS 173 (67.97% from 255) = 40.14%

 GREEN value IS 216 (84.77% from 255) = 50.12%

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

R = 40.14%
G = 50.12%
B = 9.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#ADD82A (or 0xADD82A) is known color: Fuego. HEX triplet: AD, D8 and 2A. RGB value is (173,216,42). Sum of RGB (Red+Green+Blue) = 173+216+42=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD82A is #5227D5. Grayscale: #B7B7B7. Windows color (decimal): -5384150 or 2807981. OLE color: 2807981.

HSL color Cylindrical-coordinate representation of color #ADD82A: hue angle of 74.83º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADD82A is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 42 -
CMYK 0.20 0 0.81 0.15
HSL 74.83º 0.69% 0.51% -
HSV(B) 74.83º 0.81% 0.85% -
XYZ 42.21 58.16 11.19 -
YUV 183.31 48.25 120.65 -
System Red Green Blue C M Y K H S L
Decimal 173 216 42 0.20 0 0.81 0.15 74.83 0.69 0.51
Hex AD D8 2A 14 0 51 F 4B 45 33
Octal 255 330 52 24 0 121 17 113 105 63
Binary 10101101 11011000 101010 10100 0 1010001 1111 1001011 1000101 110011

Color Harmonies of #ADD82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD82A

Black with #ADD82A

Text Example


Text Example

White with #ADD82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD82A; }

 p { color: rgb(173,216,42); }

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

background-color css

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

 a { background-color: rgb(173,216,42); }

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

border-color css

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

 span { border-color: rgb(173,216,42); }

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