Html Css Color HEX #A0CE2E Yellow Green

📋 copy color: '#A0CE2E'

red 160 ◦ green 206 ◦ blue 46

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

Shades of Yellow Green #A0CE2E

Tints of Yellow Green #A0CE2E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50%

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 38.83%
G = 50%
B = 11.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#A0CE2E (or 0xA0CE2E) is known color: Yellow Green. HEX triplet: A0, CE and 2E. RGB value is (160,206,46). Sum of RGB (Red+Green+Blue) = 160+206+46=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE2E is #5F31D1. Grayscale: #AEAEAE. Windows color (decimal): -6238674 or 3067552. OLE color: 3067552.

HSL color Cylindrical-coordinate representation of color #A0CE2E: hue angle of 77.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0CE2E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 46 -
CMYK 0.22 0 0.78 0.19
HSL 77.25º 0.63% 0.49% -
HSV(B) 77.25º 0.78% 0.81% -
XYZ 37.06 51.81 10.63 -
YUV 174.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 160 206 46 0.22 0 0.78 0.19 77.25 0.63 0.49
Hex A0 CE 2E 16 0 4E 13 4D 3F 31
Octal 240 316 56 26 0 116 23 115 77 61
Binary 10100000 11001110 101110 10110 0 1001110 10011 1001101 111111 110001

Color Harmonies of #A0CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE2E

Black with #A0CE2E

Text Example


Text Example

White with #A0CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE2E; }

 p { color: rgb(160,206,46); }

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

background-color css

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

 a { background-color: rgb(160,206,46); }

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

border-color css

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

 span { border-color: rgb(160,206,46); }

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