Html Css Color HEX #ADD62A Fuego

📋 copy color: '#ADD62A'

red 173 ◦ green 214 ◦ blue 42

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

Shades of Fuego #ADD62A

Tints of Fuego #ADD62A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

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

R = 40.33%
G = 49.88%
B = 9.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#ADD62A (or 0xADD62A) is known color: Fuego. HEX triplet: AD, D6 and 2A. RGB value is (173,214,42). Sum of RGB (Red+Green+Blue) = 173+214+42=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD62A is #5229D5. Grayscale: #B6B6B6. Windows color (decimal): -5384662 or 2807469. OLE color: 2807469.

HSL color Cylindrical-coordinate representation of color #ADD62A: hue angle of 74.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD62A is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 42 -
CMYK 0.19 0 0.80 0.16
HSL 74.3º 0.68% 0.5% -
HSV(B) 74.3º 0.8% 0.84% -
XYZ 41.7 57.14 11.02 -
YUV 182.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 173 214 42 0.19 0 0.80 0.16 74.3 0.68 0.5
Hex AD D6 2A 13 0 50 10 4A 44 32
Octal 255 326 52 23 0 120 20 112 104 62
Binary 10101101 11010110 101010 10011 0 1010000 10000 1001010 1000100 110010

Color Harmonies of #ADD62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD62A

Black with #ADD62A

Text Example


Text Example

White with #ADD62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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