Html Css Color HEX #A0C32B Yellow Green

📋 copy color: '#A0C32B'

red 160 ◦ green 195 ◦ blue 43

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

Shades of Yellow Green #A0C32B

Tints of Yellow Green #A0C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.99%

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 40.2%
G = 48.99%
B = 10.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A0C32B (or 0xA0C32B) is known color: Yellow Green. HEX triplet: A0, C3 and 2B. RGB value is (160,195,43). Sum of RGB (Red+Green+Blue) = 160+195+43=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C32B is #5F3CD4. Grayscale: #A7A7A7. Windows color (decimal): -6241493 or 2868128. OLE color: 2868128.

HSL color Cylindrical-coordinate representation of color #A0C32B: hue angle of 73.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C32B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 43 -
CMYK 0.18 0 0.78 0.24
HSL 73.82º 0.64% 0.47% -
HSV(B) 73.82º 0.78% 0.76% -
XYZ 34.45 46.68 9.48 -
YUV 167.21 57.9 122.86 -
System Red Green Blue C M Y K H S L
Decimal 160 195 43 0.18 0 0.78 0.24 73.82 0.64 0.47
Hex A0 C3 2B 12 0 4E 18 4A 40 2F
Octal 240 303 53 22 0 116 30 112 100 57
Binary 10100000 11000011 101011 10010 0 1001110 11000 1001010 1000000 101111

Color Harmonies of #A0C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C32B

Black with #A0C32B

Text Example


Text Example

White with #A0C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C32B; }

 p { color: rgb(160,195,43); }

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

background-color css

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

 a { background-color: rgb(160,195,43); }

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

border-color css

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

 span { border-color: rgb(160,195,43); }

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