Html Css Color HEX #A0D825 Yellow Green

📋 copy color: '#A0D825'

red 160 ◦ green 216 ◦ blue 37

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

Shades of Yellow Green #A0D825

Tints of Yellow Green #A0D825

RGB

 RED value IS 160 (62.89% from 255) = 38.74%

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

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 38.74%
G = 52.3%
B = 8.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#A0D825 (or 0xA0D825) is known color: Yellow Green. HEX triplet: A0, D8 and 25. RGB value is (160,216,37). Sum of RGB (Red+Green+Blue) = 160+216+37=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D825 is #5F27DA. Grayscale: #B3B3B3. Windows color (decimal): -6236123 or 2480288. OLE color: 2480288.

HSL color Cylindrical-coordinate representation of color #A0D825: hue angle of 78.77º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0D825 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 37 -
CMYK 0.26 0 0.83 0.15
HSL 78.77º 0.71% 0.5% -
HSV(B) 78.77º 0.83% 0.85% -
XYZ 39.39 56.72 10.62 -
YUV 178.85 47.95 114.55 -
System Red Green Blue C M Y K H S L
Decimal 160 216 37 0.26 0 0.83 0.15 78.77 0.71 0.5
Hex A0 D8 25 1A 0 53 F 4F 47 32
Octal 240 330 45 32 0 123 17 117 107 62
Binary 10100000 11011000 100101 11010 0 1010011 1111 1001111 1000111 110010

Color Harmonies of #A0D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D825

Black with #A0D825

Text Example


Text Example

White with #A0D825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D825; }

 p { color: rgb(160,216,37); }

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

background-color css

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

 a { background-color: rgb(160,216,37); }

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

border-color css

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

 span { border-color: rgb(160,216,37); }

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