#A0D633

Color #A0D633 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A0D633

Tints of Yellow Green #A0D633

Color information

#A0D633 (or 0xA0D633) is unknown color: approx Yellow Green. HEX triplet: A0, D6 and 33. RGB value is (160,214,51). Sum of RGB (Red+Green+Blue) = 160+214+51=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D633 is #5F29CC. Grayscale: #B3B3B3. Windows color (decimal): -6236621 or 3397280. OLE color: 3397280.

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

Color convert

RGB16021451-
CMYK0.2500.760.16
HSL79.88º66.53%51.96%-
HSV(B)79.88º76.17%83.92%-
XYZ39.1455.8111.84-
YUV179.2755.61114.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 51 (20.31% from 255) = 12%
R=37.65%
G=50.35%
B=12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160214510.2500.760.1679.8866.5351.96
HexA0D6331904C10504334
Octal240326633101142012010364
Binary101000001101011011001111001010011001000010100001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D633; }

 p { color: rgb(160,214,51); }

 H1.HeaderClassName
 {
   color: #A0D633;
 }
 .AnyTagClassName
 {
   color: #A0D633;
 }
</style>
background-color css

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

 a { background-color: rgb(160,214,51); }

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

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

 span { border-color: rgb(160,214,51); }

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