Html Css Color HEX #A0D232 Yellow Green

📋 copy color: '#A0D232'

red 160 ◦ green 210 ◦ blue 50

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

Shades of Yellow Green #A0D232

Tints of Yellow Green #A0D232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 38.1%
G = 50%
B = 11.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#A0D232 (or 0xA0D232) is known color: Yellow Green. HEX triplet: A0, D2 and 32. RGB value is (160,210,50). Sum of RGB (Red+Green+Blue) = 160+210+50=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D232 is #5F2DCD. Grayscale: #B1B1B1. Windows color (decimal): -6237646 or 3330720. OLE color: 3330720.

HSL color Cylindrical-coordinate representation of color #A0D232: hue angle of 78.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0D232 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 50 -
CMYK 0.24 0 0.76 0.18
HSL 78.75º 0.64% 0.51% -
HSV(B) 78.75º 0.76% 0.82% -
XYZ 38.12 53.8 11.39 -
YUV 176.81 56.44 116.01 -
System Red Green Blue C M Y K H S L
Decimal 160 210 50 0.24 0 0.76 0.18 78.75 0.64 0.51
Hex A0 D2 32 18 0 4C 12 4F 40 33
Octal 240 322 62 30 0 114 22 117 100 63
Binary 10100000 11010010 110010 11000 0 1001100 10010 1001111 1000000 110011

Color Harmonies of #A0D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D232

Black with #A0D232

Text Example


Text Example

White with #A0D232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D232; }

 p { color: rgb(160,210,50); }

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

background-color css

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

 a { background-color: rgb(160,210,50); }

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

border-color css

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

 span { border-color: rgb(160,210,50); }

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