Html Css Color HEX #A0C825 Yellow Green

📋 copy color: '#A0C825'

red 160 ◦ green 200 ◦ blue 37

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

Shades of Yellow Green #A0C825

Tints of Yellow Green #A0C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.38%

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

R = 40.3%
G = 50.38%
B = 9.32%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#A0C825 (or 0xA0C825) is known color: Yellow Green. HEX triplet: A0, C8 and 25. RGB value is (160,200,37). Sum of RGB (Red+Green+Blue) = 160+200+37=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C825 is #5F37DA. Grayscale: #AAAAAA. Windows color (decimal): -6240219 or 2476192. OLE color: 2476192.

HSL color Cylindrical-coordinate representation of color #A0C825: hue angle of 74.72º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0C825 is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 37 -
CMYK 0.2 0 0.82 0.22
HSL 74.72º 0.69% 0.46% -
HSV(B) 74.72º 0.82% 0.78% -
XYZ 35.49 48.92 9.32 -
YUV 169.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 160 200 37 0.2 0 0.82 0.22 74.72 0.69 0.46
Hex A0 C8 25 14 0 52 16 4B 45 2E
Octal 240 310 45 24 0 122 26 113 105 56
Binary 10100000 11001000 100101 10100 0 1010010 10110 1001011 1000101 101110

Color Harmonies of #A0C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C825

Black with #A0C825

Text Example


Text Example

White with #A0C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C825; }

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

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

background-color css

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

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

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

border-color css

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

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

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