Html Css Color HEX #A0C42F Yellow Green

📋 copy color: '#A0C42F'

red 160 ◦ green 196 ◦ blue 47

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

Shades of Yellow Green #A0C42F

Tints of Yellow Green #A0C42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 39.7%
G = 48.64%
B = 11.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#A0C42F (or 0xA0C42F) is known color: Yellow Green. HEX triplet: A0, C4 and 2F. RGB value is (160,196,47). Sum of RGB (Red+Green+Blue) = 160+196+47=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C42F is #5F3BD0. Grayscale: #A8A8A8. Windows color (decimal): -6241233 or 3130528. OLE color: 3130528.

HSL color Cylindrical-coordinate representation of color #A0C42F: hue angle of 74.5º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0C42F is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 196 47 -
CMYK 0.18 0 0.76 0.23
HSL 74.5º 0.61% 0.48% -
HSV(B) 74.5º 0.76% 0.77% -
XYZ 34.75 47.16 9.96 -
YUV 168.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 160 196 47 0.18 0 0.76 0.23 74.5 0.61 0.48
Hex A0 C4 2F 12 0 4C 17 4A 3D 30
Octal 240 304 57 22 0 114 27 112 75 60
Binary 10100000 11000100 101111 10010 0 1001100 10111 1001010 111101 110000

Color Harmonies of #A0C42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C42F

Black with #A0C42F

Text Example


Text Example

White with #A0C42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C42F; }

 p { color: rgb(160,196,47); }

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

background-color css

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

 a { background-color: rgb(160,196,47); }

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

border-color css

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

 span { border-color: rgb(160,196,47); }

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