Html Css Color HEX #A0C12B Yellow Green

📋 copy color: '#A0C12B'

red 160 ◦ green 193 ◦ blue 43

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

Shades of Yellow Green #A0C12B

Tints of Yellow Green #A0C12B

RGB

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

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

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

R = 40.4%
G = 48.74%
B = 10.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A0C12B (or 0xA0C12B) is known color: Yellow Green. HEX triplet: A0, C1 and 2B. RGB value is (160,193,43). Sum of RGB (Red+Green+Blue) = 160+193+43=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C12B is #5F3ED4. Grayscale: #A6A6A6. Windows color (decimal): -6242005 or 2867616. OLE color: 2867616.

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

Color convert

RGB 160 193 43 -
CMYK 0.17 0 0.78 0.24
HSL 73.2º 0.64% 0.46% -
HSV(B) 73.2º 0.78% 0.76% -
XYZ 34 45.79 9.33 -
YUV 166.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 160 193 43 0.17 0 0.78 0.24 73.2 0.64 0.46
Hex A0 C1 2B 11 0 4E 18 49 40 2E
Octal 240 301 53 21 0 116 30 111 100 56
Binary 10100000 11000001 101011 10001 0 1001110 11000 1001001 1000000 101110

Color Harmonies of #A0C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C12B

Black with #A0C12B

Text Example


Text Example

White with #A0C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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