#A0B438

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

Shades of Yellow Green #A0B438

Tints of Yellow Green #A0B438

Color information

#A0B438 (or 0xA0B438) is unknown color: approx Yellow Green. HEX triplet: A0, B4 and 38. RGB value is (160,180,56). Sum of RGB (Red+Green+Blue) = 160+180+56=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B438 is #5F4BC7. Grayscale: #A0A0A0. Windows color (decimal): -6245320 or 3716256. OLE color: 3716256.

HSL color Cylindrical-coordinate representation of color #A0B438: hue angle of 69.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0B438 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB16018056-
CMYK0.1100.690.29
HSL69.68º52.54%46.27%-
HSV(B)69.68º68.89%70.59%-
XYZ31.5340.49.88-
YUV159.8869.37128.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 14.14%
R=40.40%
G=45.45%
B=14.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180560.1100.690.2969.6852.5446.27
HexA0B438B0451D46352e
Octal24026470130105351066556
Binary1010000010110100111000101101000101111011000110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B438; }

 p { color: rgb(160,180,56); }

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

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

 a { background-color: rgb(160,180,56); }

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

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

 span { border-color: rgb(160,180,56); }

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