Html Css Color HEX #A0BE3C Yellow Green

📋 copy color: '#A0BE3C'

red 160 ◦ green 190 ◦ blue 60

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

Shades of Yellow Green #A0BE3C

Tints of Yellow Green #A0BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 39.02%
G = 46.34%
B = 14.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#A0BE3C (or 0xA0BE3C) is known color: Yellow Green. HEX triplet: A0, BE and 3C. RGB value is (160,190,60). Sum of RGB (Red+Green+Blue) = 160+190+60=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE3C is #5F41C3. Grayscale: #A6A6A6. Windows color (decimal): -6242756 or 3980960. OLE color: 3980960.

HSL color Cylindrical-coordinate representation of color #A0BE3C: hue angle of 73.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0BE3C is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 60 -
CMYK 0.16 0 0.68 0.25
HSL 73.85º 0.52% 0.49% -
HSV(B) 73.85º 0.68% 0.75% -
XYZ 33.73 44.63 11.11 -
YUV 166.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 160 190 60 0.16 0 0.68 0.25 73.85 0.52 0.49
Hex A0 BE 3C 10 0 44 19 4A 34 31
Octal 240 276 74 20 0 104 31 112 64 61
Binary 10100000 10111110 111100 10000 0 1000100 11001 1001010 110100 110001

Color Harmonies of #A0BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE3C

Black with #A0BE3C

Text Example


Text Example

White with #A0BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE3C; }

 p { color: rgb(160,190,60); }

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

background-color css

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

 a { background-color: rgb(160,190,60); }

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

border-color css

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

 span { border-color: rgb(160,190,60); }

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