Html Css Color HEX #A0C838 Yellow Green

📋 copy color: '#A0C838'

red 160 ◦ green 200 ◦ blue 56

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

Shades of Yellow Green #A0C838

Tints of Yellow Green #A0C838

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

 BLUE value IS 56 (22.27% from 255) = 13.46%

R = 38.46%
G = 48.08%
B = 13.46%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#A0C838 (or 0xA0C838) is known color: Yellow Green. HEX triplet: A0, C8 and 38. RGB value is (160,200,56). Sum of RGB (Red+Green+Blue) = 160+200+56=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C838 is #5F37C7. Grayscale: #ACACAC. Windows color (decimal): -6240200 or 3721376. OLE color: 3721376.

HSL color Cylindrical-coordinate representation of color #A0C838: hue angle of 76.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0C838 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 56 -
CMYK 0.2 0 0.72 0.22
HSL 76.67º 0.57% 0.5% -
HSV(B) 76.67º 0.72% 0.78% -
XYZ 35.87 49.07 11.32 -
YUV 171.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 160 200 56 0.2 0 0.72 0.22 76.67 0.57 0.5
Hex A0 C8 38 14 0 48 16 4D 39 32
Octal 240 310 70 24 0 110 26 115 71 62
Binary 10100000 11001000 111000 10100 0 1001000 10110 1001101 111001 110010

Color Harmonies of #A0C838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C838

Black with #A0C838

Text Example


Text Example

White with #A0C838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C838; }

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

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

background-color css

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

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

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

border-color css

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

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

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