Html Css Color HEX #A0C826 Yellow Green

📋 copy color: '#A0C826'

red 160 ◦ green 200 ◦ blue 38

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

Shades of Yellow Green #A0C826

Tints of Yellow Green #A0C826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.55%

R = 40.2%
G = 50.25%
B = 9.55%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#A0C826 (or 0xA0C826) is known color: Yellow Green. HEX triplet: A0, C8 and 26. RGB value is (160,200,38). Sum of RGB (Red+Green+Blue) = 160+200+38=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C826 is #5F37D9. Grayscale: #AAAAAA. Windows color (decimal): -6240218 or 2541728. OLE color: 2541728.

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

Color convert

RGB 160 200 38 -
CMYK 0.2 0 0.81 0.22
HSL 74.81º 0.68% 0.47% -
HSV(B) 74.81º 0.81% 0.78% -
XYZ 35.5 48.92 9.41 -
YUV 169.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 160 200 38 0.2 0 0.81 0.22 74.81 0.68 0.47
Hex A0 C8 26 14 0 51 16 4B 44 2F
Octal 240 310 46 24 0 121 26 113 104 57
Binary 10100000 11001000 100110 10100 0 1010001 10110 1001011 1000100 101111

Color Harmonies of #A0C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C826

Black with #A0C826

Text Example


Text Example

White with #A0C826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C826; }

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

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

background-color css

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

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

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

border-color css

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

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

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