Html Css Color HEX #A0D423 Yellow Green

📋 copy color: '#A0D423'

red 160 ◦ green 212 ◦ blue 35

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

Shades of Yellow Green #A0D423

Tints of Yellow Green #A0D423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.09%

 BLUE value IS 35 (14.06% from 255) = 8.6%

R = 39.31%
G = 52.09%
B = 8.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#A0D423 (or 0xA0D423) is known color: Yellow Green. HEX triplet: A0, D4 and 23. RGB value is (160,212,35). Sum of RGB (Red+Green+Blue) = 160+212+35=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D423 is #5F2BDC. Grayscale: #B0B0B0. Windows color (decimal): -6237149 or 2348192. OLE color: 2348192.

HSL color Cylindrical-coordinate representation of color #A0D423: hue angle of 77.63º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0D423 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 35 -
CMYK 0.25 0 0.83 0.17
HSL 77.63º 0.72% 0.48% -
HSV(B) 77.63º 0.83% 0.83% -
XYZ 38.34 54.68 10.12 -
YUV 176.27 48.27 116.39 -
System Red Green Blue C M Y K H S L
Decimal 160 212 35 0.25 0 0.83 0.17 77.63 0.72 0.48
Hex A0 D4 23 19 0 53 11 4E 48 30
Octal 240 324 43 31 0 123 21 116 110 60
Binary 10100000 11010100 100011 11001 0 1010011 10001 1001110 1001000 110000

Color Harmonies of #A0D423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D423

Black with #A0D423

Text Example


Text Example

White with #A0D423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D423; }

 p { color: rgb(160,212,35); }

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

background-color css

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

 a { background-color: rgb(160,212,35); }

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

border-color css

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

 span { border-color: rgb(160,212,35); }

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