Html Css Color HEX #A0C827 Yellow Green

📋 copy color: '#A0C827'

red 160 ◦ green 200 ◦ blue 39

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

Shades of Yellow Green #A0C827

Tints of Yellow Green #A0C827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.77%

R = 40.1%
G = 50.13%
B = 9.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#A0C827 (or 0xA0C827) is known color: Yellow Green. HEX triplet: A0, C8 and 27. RGB value is (160,200,39). Sum of RGB (Red+Green+Blue) = 160+200+39=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C827 is #5F37D8. Grayscale: #AAAAAA. Windows color (decimal): -6240217 or 2607264. OLE color: 2607264.

HSL color Cylindrical-coordinate representation of color #A0C827: hue angle of 74.91º degrees, saturation: 0.67, 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 #A0C827 is Cyan = 0.2, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 39 -
CMYK 0.2 0 0.80 0.22
HSL 74.91º 0.67% 0.47% -
HSV(B) 74.91º 0.81% 0.78% -
XYZ 35.52 48.93 9.49 -
YUV 169.69 54.25 121.09 -
System Red Green Blue C M Y K H S L
Decimal 160 200 39 0.2 0 0.80 0.22 74.91 0.67 0.47
Hex A0 C8 27 14 0 50 16 4B 43 2F
Octal 240 310 47 24 0 120 26 113 103 57
Binary 10100000 11001000 100111 10100 0 1010000 10110 1001011 1000011 101111

Color Harmonies of #A0C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C827

Black with #A0C827

Text Example


Text Example

White with #A0C827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C827; }

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

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

background-color css

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

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

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

border-color css

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

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

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