Html Css Color HEX #A0D527 Yellow Green

📋 copy color: '#A0D527'

red 160 ◦ green 213 ◦ blue 39

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

Shades of Yellow Green #A0D527

Tints of Yellow Green #A0D527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.7%

 BLUE value IS 39 (15.63% from 255) = 9.47%

R = 38.83%
G = 51.7%
B = 9.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#A0D527 (or 0xA0D527) is known color: Yellow Green. HEX triplet: A0, D5 and 27. RGB value is (160,213,39). Sum of RGB (Red+Green+Blue) = 160+213+39=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D527 is #5F2AD8. Grayscale: #B1B1B1. Windows color (decimal): -6236889 or 2610592. OLE color: 2610592.

HSL color Cylindrical-coordinate representation of color #A0D527: hue angle of 78.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0D527 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 39 -
CMYK 0.25 0 0.82 0.16
HSL 78.28º 0.69% 0.49% -
HSV(B) 78.28º 0.82% 0.84% -
XYZ 38.66 55.21 10.54 -
YUV 177.32 49.94 115.65 -
System Red Green Blue C M Y K H S L
Decimal 160 213 39 0.25 0 0.82 0.16 78.28 0.69 0.49
Hex A0 D5 27 19 0 52 10 4E 45 31
Octal 240 325 47 31 0 122 20 116 105 61
Binary 10100000 11010101 100111 11001 0 1010010 10000 1001110 1000101 110001

Color Harmonies of #A0D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D527

Black with #A0D527

Text Example


Text Example

White with #A0D527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D527; }

 p { color: rgb(160,213,39); }

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

background-color css

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

 a { background-color: rgb(160,213,39); }

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

border-color css

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

 span { border-color: rgb(160,213,39); }

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