Html Css Color HEX #A0C12F Yellow Green

📋 copy color: '#A0C12F'

red 160 ◦ green 193 ◦ blue 47

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

Shades of Yellow Green #A0C12F

Tints of Yellow Green #A0C12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

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

R = 40%
G = 48.25%
B = 11.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#A0C12F (or 0xA0C12F) is known color: Yellow Green. HEX triplet: A0, C1 and 2F. RGB value is (160,193,47). Sum of RGB (Red+Green+Blue) = 160+193+47=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C12F is #5F3ED0. Grayscale: #A7A7A7. Windows color (decimal): -6242001 or 3129760. OLE color: 3129760.

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

Color convert

RGB 160 193 47 -
CMYK 0.17 0 0.76 0.24
HSL 73.56º 0.61% 0.47% -
HSV(B) 73.56º 0.76% 0.76% -
XYZ 34.08 45.82 9.74 -
YUV 166.49 60.57 123.37 -
System Red Green Blue C M Y K H S L
Decimal 160 193 47 0.17 0 0.76 0.24 73.56 0.61 0.47
Hex A0 C1 2F 11 0 4C 18 4A 3D 2F
Octal 240 301 57 21 0 114 30 112 75 57
Binary 10100000 11000001 101111 10001 0 1001100 11000 1001010 111101 101111

Color Harmonies of #A0C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C12F

Black with #A0C12F

Text Example


Text Example

White with #A0C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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